From 5c5755c45962dd8c27f2086f0ecf7c24bef69c0e Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 9 Jun 2012 11:50:36 -0400 Subject: [PATCH] --- yaml --- r: 312873 b: refs/heads/master c: e6f9f8d0296aad7fbaf01de38ccaa1bf654bbda4 h: refs/heads/master i: 312871: 7e0c4e3a271e4dc691bd44298ce6e20bd3df9c5c v: v3 --- [refs] | 2 +- trunk/fs/cifs/cifsfs.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 765969175e16..13e93bcf3e20 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 63a44583f3a4408b902a3d7ba18b4ab13d1309ab +refs/heads/master: e6f9f8d0296aad7fbaf01de38ccaa1bf654bbda4 diff --git a/trunk/fs/cifs/cifsfs.c b/trunk/fs/cifs/cifsfs.c index 8b6e344eb0ba..bcab12c87146 100644 --- a/trunk/fs/cifs/cifsfs.c +++ b/trunk/fs/cifs/cifsfs.c @@ -257,7 +257,6 @@ cifs_alloc_inode(struct super_block *sb) static void cifs_i_callback(struct rcu_head *head) { struct inode *inode = container_of(head, struct inode, i_rcu); - INIT_LIST_HEAD(&inode->i_dentry); kmem_cache_free(cifs_inode_cachep, CIFS_I(inode)); }