]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: make xfs_buf_alloc return an error code
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 24 Jan 2020 01:01:15 +0000 (17:01 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sun, 26 Jan 2020 22:32:25 +0000 (14:32 -0800)
commit32dff5e5d1b5889b068e411d490453834c639701
treeb4b71c542bd746f985c490e9bfca29ec39edf53d
parentb3531f5fc16d4df2b12567bce48cd9f3ab5f9131
xfs: make xfs_buf_alloc return an error code

Convert _xfs_buf_alloc() to return numeric error codes like most
everywhere else in xfs.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/xfs_buf.c