From: Andrew Morton Cc: David Howells Cc: Erez Zadok Signed-off-by: Andrew Morton --- fs/unionfs/super.c | 1 - 1 file changed, 1 deletion(-) diff -puN fs/unionfs/super.c~iget-stop-unionfs-from-using-iget-and-read_inode-fix-2 fs/unionfs/super.c --- a/fs/unionfs/super.c~iget-stop-unionfs-from-using-iget-and-read_inode-fix-2 +++ a/fs/unionfs/super.c @@ -53,7 +53,6 @@ struct inode *unionfs_iget(struct super_ printk(KERN_CRIT "unionfs: no kernel memory when allocating " "lower-pointer array!\n"); iget_failed(inode); - unionfs_read_unlock(sb); return ERR_PTR(-ENOMEM); } _