diff options
author | 2015-10-19 08:42:47 +1100 | |
---|---|---|
committer | 2015-10-19 08:42:47 +1100 | |
commit | f9d460b341f23a9bb7df8868975fdfcc2e71aa9b (patch) | |
tree | 18f61dab8211f085b4855e853925948ddbcd2967 /scripts/gdb/linux/utils.py | |
parent | xfs: stats are no longer dependent on CONFIG_PROC_FS (diff) | |
download | linux-rng-f9d460b341f23a9bb7df8868975fdfcc2e71aa9b.tar.xz linux-rng-f9d460b341f23a9bb7df8868975fdfcc2e71aa9b.zip |
xfs: fix an error code in xfs_fs_fill_super()
If alloc_percpu() fails, we accidentally return PTR_ERR(NULL), which
means success, but we intended to return -ENOMEM.
Fixes: 225e4635580c ('xfs: per-filesystem stats in sysfs')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Bill O'Donnell <billodo@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions