From: Julia Lawall Date: Tue, 28 Jul 2009 15:54:58 +0000 (+0200) Subject: fs/romfs: correct error-handling code X-Git-Tag: v2.6.32-rc1~58^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88a0a53d702b1fa39ed9e631939d2dbd92dfe486;p=pandora-kernel.git fs/romfs: correct error-handling code romfs_fill_super() assumes that romfs_iget() returns NULL when it fails. romfs_iget() actually returns ERR_PTR(-ve) in that case... Signed-off-by: Julia Lawall Signed-off-by: Al Viro --- Reading git-diff-tree failed