From: Andy Whitcroft Date: Thu, 11 Oct 2012 10:32:19 +0000 (+0100) Subject: efivarfs: efivarfs_fill_super() fix inode reference counts X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~16^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c9b50ab8ca962bc085cfb49bae947910d73f794;p=pandora-kernel.git efivarfs: efivarfs_fill_super() fix inode reference counts When d_make_root() fails it will automatically drop the reference on the root inode. We should not be doing so as well. Signed-off-by: Andy Whitcroft Acked-by: Matthew Garrett Acked-by: Jeremy Kerr Signed-off-by: Matt Fleming --- Reading git-diff-tree failed