aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_versionscript
diff options
context:
space:
mode:
authorGravatar Feng Shuo <steve.shuo.feng@gmail.com>2013-01-04 16:23:31 +0800
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2013-02-07 14:58:50 +0100
commitf448ac69d1791f4b5c1ce2771624e261cb1797b4 (patch)
tree4c8348915460af579afab632b87887d17d561377 /lib/fuse_versionscript
parent914871b20a901e3e1e981c92bc42b1c93b7ab81b (diff)
libfuse: add readdirplus support in fuse_lowlevel_ops
This patch implements readdirplus support in FUSE usersapce. It adds a new fuse lowlevel operations fuse_lowleve_ops::readdir_plus, corespoding mount options and helper functions to maintain buffer. [From: Eric Wong <normalperson@yhbt.net>] This makes our terminology consistent with NFS and our kernel module, as well as reducing user/developer confusion in the command-line. Note: I'm keeping "fuse_add_direntry_plus" since that is less standardized in its use than "readdirplus" for now. Signed-off-by: Feng Shuo <steve.shuo.feng@gmail.com>
Diffstat (limited to 'lib/fuse_versionscript')
-rw-r--r--lib/fuse_versionscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fuse_versionscript b/lib/fuse_versionscript
index ea2a1c8..ad5a940 100644
--- a/lib/fuse_versionscript
+++ b/lib/fuse_versionscript
@@ -51,6 +51,7 @@ FUSE_3.0 {
fuse_reply_statfs;
fuse_set_signal_handlers;
fuse_add_direntry;
+ fuse_add_direntry_plus;
fuse_chan_new;
fuse_chan_recv;
fuse_daemonize;