commit | 5c9b50ab8ca962bc085cfb49bae947910d73f794 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@canonical.com> | Thu Oct 11 11:32:19 2012 +0100 |
committer | Matt Fleming <matt.fleming@intel.com> | Tue Oct 30 10:39:22 2012 +0000 |
tree | 48fb43e7b68aa3bd6597774f8569cd846af7dcd1 | |
parent | 45a937a883c4411648b80e87341b237cc48009c1 [diff] |
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 <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>