diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-12-18 17:16:30 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-13 02:02:44 +0100 |
commit | 30304aba6a053f114092cea6643a96ac2902bc5a (patch) | |
tree | b4ff88e5ccf79a26e0eab6709ac33a9920cfc54b /fs/sysv/namei.c | |
parent | switch fuse (diff) | |
download | linux-30304aba6a053f114092cea6643a96ac2902bc5a.tar.xz linux-30304aba6a053f114092cea6643a96ac2902bc5a.zip |
switch sysv
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/sysv/namei.c')
-rw-r--r-- | fs/sysv/namei.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/sysv/namei.c b/fs/sysv/namei.c index b5e68da2db32..b427b1208c26 100644 --- a/fs/sysv/namei.c +++ b/fs/sysv/namei.c @@ -48,7 +48,6 @@ static struct dentry *sysv_lookup(struct inode * dir, struct dentry * dentry, st struct inode * inode = NULL; ino_t ino; - d_set_d_op(dentry, dir->i_sb->s_root->d_op); if (dentry->d_name.len > SYSV_NAMELEN) return ERR_PTR(-ENAMETOOLONG); ino = sysv_inode_by_name(dentry); |