commit | aeeaa8d46aa38c9cc5fac23feb9b1f91bdbf5dd3 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt.fleming@intel.com> | Tue Oct 23 12:41:03 2012 +0100 |
committer | Matt Fleming <matt.fleming@intel.com> | Tue Oct 30 10:39:28 2012 +0000 |
tree | 1072c7445eb10b5a9b417c2eabfb6fa8746ed06c | |
parent | 07b1c5bc64cff9c880261a1fef562ef7ea7f6575 [diff] |
efivarfs: Return a consistent error when efivarfs_get_inode() fails Instead of returning -ENOSPC if efivarfs_get_inode() fails we should be returning -ENOMEM, since running out of memory is the only reason it can fail. Furthermore, that's the error value used everywhere else in this file. It's also less likely to confuse users that hit this error case. Acked-by: Jeremy Kerr <jeremy.kerr@canonical.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>