diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-12-18 11:15:22 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-12 20:02:44 -0500 |
commit | c35eebe9939f55b9d51631d03301a7af19090dcc (patch) | |
tree | aad58e63dea9f62baa295db12078de1e00754409 /fs/fuse/dir.c | |
parent | d93e34faf924bd98f158712d63085662e648e389 (diff) | |
download | talos-op-linux-c35eebe9939f55b9d51631d03301a7af19090dcc.tar.gz talos-op-linux-c35eebe9939f55b9d51631d03301a7af19090dcc.zip |
switch fuse
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/fuse/dir.c')
-rw-r--r-- | fs/fuse/dir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c index 042af7346ec1..bfed8447ed80 100644 --- a/fs/fuse/dir.c +++ b/fs/fuse/dir.c @@ -350,7 +350,6 @@ static struct dentry *fuse_lookup(struct inode *dir, struct dentry *entry, } entry = newent ? newent : entry; - d_set_d_op(entry, &fuse_dentry_operations); if (outarg_valid) fuse_change_entry_timeout(entry, &outarg); else |