From 6d14aefd6c725a29b21283ac64b0c9a556f789df Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 9 Jun 2012 11:49:04 -0400 Subject: [PATCH] --- yaml --- r: 312872 b: refs/heads/master c: 63a44583f3a4408b902a3d7ba18b4ab13d1309ab h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/qnx6/inode.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0407234efc3a..765969175e16 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6ce6e24e72233073c8ead9419fc5040d44803dae +refs/heads/master: 63a44583f3a4408b902a3d7ba18b4ab13d1309ab diff --git a/trunk/fs/qnx6/inode.c b/trunk/fs/qnx6/inode.c index e44012dc5645..2049c814bda4 100644 --- a/trunk/fs/qnx6/inode.c +++ b/trunk/fs/qnx6/inode.c @@ -622,7 +622,6 @@ static struct inode *qnx6_alloc_inode(struct super_block *sb) static void qnx6_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(qnx6_inode_cachep, QNX6_I(inode)); }