From e11d66c8d6dea72d02f9bcdbf65c67bd5c60b5cc Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Thu, 1 Oct 2009 06:58:47 +0000 Subject: Global: NFS-friendly prototype changes Signed-off-by: Anand V. Avati BUG: 145 (NFSv3 related additions to 2.1 task list) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=145 --- glusterfs-guts/src/fuse-bridge.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'glusterfs-guts/src') diff --git a/glusterfs-guts/src/fuse-bridge.c b/glusterfs-guts/src/fuse-bridge.c index f0bf05ebd..156a4a868 100644 --- a/glusterfs-guts/src/fuse-bridge.c +++ b/glusterfs-guts/src/fuse-bridge.c @@ -316,7 +316,8 @@ fuse_lookup_cbk (call_frame_t *frame, int32_t op_errno, inode_t *inode, struct stat *stat, - dict_t *dict); + dict_t *dict, + struct stat *postparent); static int32_t fuse_entry_cbk (call_frame_t *frame, -- cgit