efivarfs: efivarfs_fill_super() fix inode reference counts
authorAndy Whitcroft <apw@canonical.com>
Thu, 11 Oct 2012 10:32:19 +0000 (11:32 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 30 Oct 2012 10:39:22 +0000 (10:39 +0000)
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 <apw@canonical.com>
Acked-by: Matthew Garrett <mjg@redhat.com>
Acked-by: Jeremy Kerr <jeremy.kerr@canonical.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>

No differences found