From 7bd570a007202e6eb505091dba611b8320633a26 Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Tue, 3 Nov 2009 11:08:32 +0000 Subject: Remove fuse_lowlevel.h from xlator.h in libglusterfs. Signed-off-by: Pavan Vilas Sondur Signed-off-by: Anand V. Avati BUG: 343 (Placeholder bug for adding volgen into rpm, bdb makefile changes, etc) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=343 --- xlators/mount/fuse/src/fuse-bridge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/mount') diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index 5e7e1f4d41..45e23cfc10 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -366,7 +366,7 @@ send_fuse_err (xlator_t *this, fuse_in_header_t *finh, int error) } static inode_t * -fuse_ino_to_inode (fuse_ino_t ino, inode_table_t *table) +fuse_ino_to_inode (uint64_t ino, inode_table_t *table) { inode_t *inode = NULL; @@ -380,7 +380,7 @@ fuse_ino_to_inode (fuse_ino_t ino, inode_table_t *table) return inode; } -static fuse_ino_t +static uint64_t inode_to_nodeid (inode_t *inode) { if (!inode || inode->ino == 1) -- cgit