From 340d21f346500a7e819cbb1fd70429b1acfac81a Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 6 Jul 2005 10:07:52 +0000 Subject: fix --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README') diff --git a/README b/README index fc1675e..5006b3e 100644 --- a/README +++ b/README @@ -193,6 +193,23 @@ fsname=NAME Sets the filesystem name. The default is the program name. +use_ino + + Honor the 'st_ino' field in getattr() and fill_dir(). This value is + used to fill in the 'st_ino' field in the stat()/lstat()/fstat() + functions and the 'd_ino' field in the readdir() function. The + filesystem does not have to guarantee uniqueness, however some + applications rely on this value being unique for the whole + filesystem. + +readdir_ino + + If 'use_ino' option is not given, still try to fill in the 'd_ino' + field in readdir(). If the name was previously looked up, and is + still in the cache, the inode number found there will be used. + Otherwise it will be set to '-1'. If 'use_ino' option is given, + this option is ignored. + nonempty Allows mounts over a non-empty file or directory. By default these -- cgit v1.2.3