diff options
author | Dave Chinner <dchinner@redhat.com> | 2014-10-02 09:05:32 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-10-02 09:05:32 +1000 |
commit | ba3726742c1712c43c5a18245476f3fe9fe74773 (patch) | |
tree | 6d0d0b63f3785fff34b194a9bf4da785e9abeba6 /kernel/latencytop.c | |
parent | 595bff75dce51e0d6d94877b4b6d11b4747a63fd (diff) | |
download | linux-stable-ba3726742c1712c43c5a18245476f3fe9fe74773.tar.gz linux-stable-ba3726742c1712c43c5a18245476f3fe9fe74773.tar.bz2 linux-stable-ba3726742c1712c43c5a18245476f3fe9fe74773.zip |
xfs: check xfs_buf_read_uncached returns correctly
xfs_buf_read_uncached() has two failure modes. If can either return
NULL or bp->b_error != 0 depending on the type of failure, and not
all callers check for both. Fix it so that xfs_buf_read_uncached()
always returns the error status, and the buffer is returned as a
function parameter. The buffer will only be returned on success.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'kernel/latencytop.c')
0 files changed, 0 insertions, 0 deletions