search for: 96702f7

Displaying 1 result from an estimated 1 matches for "96702f7".

2013 Feb 07
1
[PATCH] New API: is_whole_device
...at (devpath, &statbuf) == -1) { + if (errno == ENOENT || errno == ENOTDIR) return 0; + + reply_with_perror ("stat"); + return -1; + } + + return 1; +} + +int do_device_index (const char *device) { size_t i; diff --git a/generator/actions.ml b/generator/actions.ml index 96702f7..711f97e 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -10704,6 +10704,23 @@ Rename a file to a new place on the same filesystem. This is the same as the Linux L<rename(2)> system call. In most cases you are better to use C<guestfs_mv> instead." }; + { defa...