Re: [patch 6/9] fuse: add export operations

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Miklos Szeredi
Date: Thursday, May 15, 2008 - 6:07 am

> > This is the same filehandle type XFS uses for 64bit inode filesystems

OK, the problem is: fuse doesn't store the number indexing the inodes
in i_ino.  This is not entirely trivial to fix: we either supply the
inode numbers to the encoding function explicitly, or use something
like the get_inode callback in generic_fh_to_dentry/_parent.  At which
point I begin to doubt if it's worth the effort to share this code.
After all the encoding/decoding functions are not complicated at all.

Miklos
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 6/9] fuse: add export operations, Miklos Szeredi, (Fri May 9, 5:41 am)
Re: [patch 6/9] fuse: add export operations, Christoph Hellwig, (Fri May 9, 12:40 pm)
Re: [patch 6/9] fuse: add export operations, Christoph Hellwig, (Fri May 9, 12:46 pm)
Re: [patch 6/9] fuse: add export operations , Erez Zadok, (Fri May 9, 1:02 pm)
Re: [patch 6/9] fuse: add export operations, Miklos Szeredi, (Tue May 13, 1:27 am)
Re: [patch 6/9] fuse: add export operations, Miklos Szeredi, (Tue May 13, 1:34 am)
Re: [patch 6/9] fuse: add export operations, Christoph Hellwig, (Tue May 13, 2:01 am)
Re: [patch 6/9] fuse: add export operations, Miklos Szeredi, (Thu May 15, 6:07 am)
Re: [patch 6/9] fuse: add export operations, Christoph Hellwig, (Thu May 15, 7:13 am)