On Thu, Jan 23, 2020 at 09:20:16PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > 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@xxxxxxxxxx> > Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>