From: Miklos Szeredi Date: Thu, 10 Feb 2005 19:39:34 +0000 (+0000) Subject: fix X-Git-Tag: fuse_2_3_pre1~14 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=830ef70e084a725866e2a28bb640518dc817cbe7;p=qemu-gpiodev%2Flibfuse.git fix --- diff --git a/ChangeLog b/ChangeLog index b17a3b2..3444ee4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ * fusermount: set owner and group of /etc/mtab to original values on unmount + + * libfuse: add 'use_ino' option to help. Patch by Valient Gough 2005-02-07 Miklos Szeredi diff --git a/lib/helper.c b/lib/helper.c index e48b884..42fe44c 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -43,7 +43,8 @@ static void usage(const char *progname) " max_read=N set maximum size of read requests\n" " hard_remove immediate removal (don't hide files)\n" " debug enable debug output\n" - " fsname=NAME set filesystem name in mtab\n"); + " fsname=NAME set filesystem name in mtab\n" + " use_ino let filesystem set inode numbers\n"); } static void invalid_option(const char *argv[], int argctr)