fuse: use struct path in release structure

Use struct path instead of separate dentry and vfsmount in
req->misc.release.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
This commit is contained in:
Miklos Szeredi
2009-04-28 16:56:36 +02:00
parent 6b2db28a7a
commit b0be46ebf7
2 changed files with 5 additions and 7 deletions

View File

@@ -248,8 +248,7 @@ struct fuse_req {
struct fuse_forget_in forget_in;
struct {
struct fuse_release_in in;
struct vfsmount *vfsmount;
struct dentry *dentry;
struct path path;
} release;
struct fuse_init_in init_in;
struct fuse_init_out init_out;