summaryrefslogtreecommitdiffstats
path: root/fs/hpfs/dir.c
diff options
context:
space:
mode:
authorAl Viro2011-01-12 22:12:05 +0100
committerAl Viro2011-01-13 02:02:47 +0100
commit43d344d7722f9b914849ba0014342111a9a0b03e (patch)
treec82358306b77b2ccf94059de02fb3df3ac1593af /fs/hpfs/dir.c
parentswitch cgroup (diff)
downloadkernel-qcow2-linux-43d344d7722f9b914849ba0014342111a9a0b03e.tar.gz
kernel-qcow2-linux-43d344d7722f9b914849ba0014342111a9a0b03e.tar.xz
kernel-qcow2-linux-43d344d7722f9b914849ba0014342111a9a0b03e.zip
switch hpfs
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/hpfs/dir.c')
-rw-r--r--fs/hpfs/dir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/hpfs/dir.c b/fs/hpfs/dir.c
index 2338130cceba..d32f63a569f7 100644
--- a/fs/hpfs/dir.c
+++ b/fs/hpfs/dir.c
@@ -298,7 +298,6 @@ struct dentry *hpfs_lookup(struct inode *dir, struct dentry *dentry, struct name
end:
end_add:
- hpfs_set_dentry_operations(dentry);
unlock_kernel();
d_add(dentry, result);
return NULL;