Home
last modified time | relevance | path

Searched hist:cdbcf82b86ea24aa942991b4233cd8ddf13f590c (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_trans_buf.cdiff cdbcf82b86ea24aa942991b4233cd8ddf13f590c Fri Jan 24 02:01:20 CET 2020 Darrick J. Wong <darrick.wong@oracle.com> xfs: fix xfs_buf_ioerror_alert location reporting

Instead of passing __func__ to the error reporting function, let's use
the return address builtins so that the messages actually tell you which
higher level function called the buffer functions. This was previously
true for the xfs_buf_read callers, but not for the xfs_trans_read_buf
callers.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
H A Dxfs_buf.hdiff cdbcf82b86ea24aa942991b4233cd8ddf13f590c Fri Jan 24 02:01:20 CET 2020 Darrick J. Wong <darrick.wong@oracle.com> xfs: fix xfs_buf_ioerror_alert location reporting

Instead of passing __func__ to the error reporting function, let's use
the return address builtins so that the messages actually tell you which
higher level function called the buffer functions. This was previously
true for the xfs_buf_read callers, but not for the xfs_trans_read_buf
callers.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
H A Dxfs_buf_item.cdiff cdbcf82b86ea24aa942991b4233cd8ddf13f590c Fri Jan 24 02:01:20 CET 2020 Darrick J. Wong <darrick.wong@oracle.com> xfs: fix xfs_buf_ioerror_alert location reporting

Instead of passing __func__ to the error reporting function, let's use
the return address builtins so that the messages actually tell you which
higher level function called the buffer functions. This was previously
true for the xfs_buf_read callers, but not for the xfs_trans_read_buf
callers.

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