aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dcache.c')
-rw-r--r--fs/dcache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dcache.c b/fs/dcache.c
index 187fea040108..1d5cf511e1c7 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -1265,7 +1265,6 @@ struct dentry *d_alloc(struct dentry * parent, const struct qstr *name)
1265 dentry->d_sb = NULL; 1265 dentry->d_sb = NULL;
1266 dentry->d_op = NULL; 1266 dentry->d_op = NULL;
1267 dentry->d_fsdata = NULL; 1267 dentry->d_fsdata = NULL;
1268 dentry->d_mounted = 0;
1269 INIT_HLIST_NODE(&dentry->d_hash); 1268 INIT_HLIST_NODE(&dentry->d_hash);
1270 INIT_LIST_HEAD(&dentry->d_lru); 1269 INIT_LIST_HEAD(&dentry->d_lru);
1271 INIT_LIST_HEAD(&dentry->d_subdirs); 1270 INIT_LIST_HEAD(&dentry->d_subdirs);