diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-12-18 11:20:57 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-12 20:02:45 -0500 |
commit | 96e1391414f80a8a3bae74ddf58d3c2870e304f0 (patch) | |
tree | 8280de4d3c48cf0570f4d4e9edecfb554516d0bc /fs/adfs/dir.c | |
parent | eddf790bd41aa153922df223b4692cc606cadb7b (diff) | |
download | op-kernel-dev-96e1391414f80a8a3bae74ddf58d3c2870e304f0.zip op-kernel-dev-96e1391414f80a8a3bae74ddf58d3c2870e304f0.tar.gz |
switch adfs
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/adfs/dir.c')
-rw-r--r-- | fs/adfs/dir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/adfs/dir.c b/fs/adfs/dir.c index bf7693c..3b4a764 100644 --- a/fs/adfs/dir.c +++ b/fs/adfs/dir.c @@ -276,7 +276,6 @@ adfs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) struct object_info obj; int error; - d_set_d_op(dentry, &adfs_dentry_operations); lock_kernel(); error = adfs_dir_lookup_byname(dir, &dentry->d_name, &obj); if (error == 0) { |