diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-11-08 14:48:52 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-11-08 14:48:52 +0000 |
commit | 8fb48feb5024d2aa9083690e472f1b1072cb8169 (patch) | |
tree | f5822084907940cb656f271ea85dfebbfc717795 /ChangeLog | |
parent | ac36117c33b32d69a335f9c99091b09c2da07616 (diff) | |
download | libfuse-8fb48feb5024d2aa9083690e472f1b1072cb8169.tar.gz |
getdir related API change
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-11-08 Miklos Szeredi <miklos@szeredi.hu> + + * Add ino argument to 'fuse_dirfil_t'. NOTE: this is a backward + compatible change (if "use_ino" mount option is not specified), + but causes a warning when compiling filesystems not converted to + the new type. + 2004-11-02 Miklos Szeredi <miklos@szeredi.hu> * Added "use_ino" mount option. This enables the filesystems to |