From: Alexey Khoroshilov Date: Thu, 23 Jun 2011 21:15:02 +0000 (+0400) Subject: hfsplus: Fix double iput of the same inode in hfsplus_fill_super() X-Git-Tag: v3.0-rc7~53^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=032016a56a1e9c83646435b32e4416d499e1f1ce;p=pandora-kernel.git hfsplus: Fix double iput of the same inode in hfsplus_fill_super() There is a misprint in resource deallocation code on error path in hfsplus_fill_super(): the sbi->alloc_file inode is iput twice, while the root inode in not iput at all. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed