diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_sb.c')
| -rw-r--r-- | fs/xfs/libxfs/xfs_sb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_sb.c b/fs/xfs/libxfs/xfs_sb.c index a08dd8f40346..ac6cdca63e15 100644 --- a/fs/xfs/libxfs/xfs_sb.c +++ b/fs/xfs/libxfs/xfs_sb.c @@ -928,7 +928,7 @@ xfs_log_sb(  	xfs_sb_to_disk(XFS_BUF_TO_SBP(bp), &mp->m_sb);  	xfs_trans_buf_set_type(tp, bp, XFS_BLFT_SB_BUF); -	xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb)); +	xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb) - 1);  }  /*  |