commit | 89c2e71123badc1e75316ccd969ee8a5c6fd921a | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Mon Jun 04 17:29:09 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 04 18:25:05 2018 -0700 |
tree | 380be5c7fcc8dd652dc8700ab58c6b0993c1f524 | |
parent | d2e736654247dcfe98e2b86fa2ee77fb36292144 [diff] |
xfs: use xfs_trans_getsb in xfs_sync_sb_buf Use xfs_trans_getsb rather than reaching right in for mp->m_sb_bp; I think this is more correct, and it facilitates building this libxfs code in userspace as well. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>