]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
xfs: make xfs_trans_get_buf_map return an error code
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 24 Jan 2020 01:01:18 +0000 (17:01 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sun, 26 Jan 2020 22:32:26 +0000 (14:32 -0800)
commit9676b54e6e28689af1b4247569f14466bdfc5390
treed3990f7db1dd029a83465e86b531da8f36ad05cf
parent0e3eccce5e0e438bc1aa3c2913221d3d43a1bef4
xfs: make xfs_trans_get_buf_map return an error code

Convert xfs_trans_get_buf_map() 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/libxfs/xfs_da_btree.c
fs/xfs/xfs_trans.h
fs/xfs/xfs_trans_buf.c