commit | d09cb9d7f6e4cb1dd0cf12ee0d352440291c74cf | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Tue Apr 28 16:56:36 2009 +0200 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Tue Apr 28 16:56:36 2009 +0200 |
tree | 34955b4d20f9a9cc3b238a9d8117f9a15074afda | |
parent | 2d698b070382442f817813b9dd0103034e5bca81 [diff] |
fuse: prepare fuse_direct_io() for CUSE Move code operating on the inode out from fuse_direct_io(). This prepares this function for use by CUSE, where the inode is not owned by a fuse filesystem. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>