diff options
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r-- | fs/xfs/xfs_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index a37a1011b6e4..3da9f4da4f3d 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c | |||
@@ -3392,7 +3392,7 @@ xfs_iflush_int( | |||
3392 | ASSERT(ip->i_d.di_version > 1); | 3392 | ASSERT(ip->i_d.di_version > 1); |
3393 | 3393 | ||
3394 | /* set *dip = inode's place in the buffer */ | 3394 | /* set *dip = inode's place in the buffer */ |
3395 | dip = (xfs_dinode_t *)xfs_buf_offset(bp, ip->i_imap.im_boffset); | 3395 | dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); |
3396 | 3396 | ||
3397 | if (XFS_TEST_ERROR(dip->di_magic != cpu_to_be16(XFS_DINODE_MAGIC), | 3397 | if (XFS_TEST_ERROR(dip->di_magic != cpu_to_be16(XFS_DINODE_MAGIC), |
3398 | mp, XFS_ERRTAG_IFLUSH_1, XFS_RANDOM_IFLUSH_1)) { | 3398 | mp, XFS_ERRTAG_IFLUSH_1, XFS_RANDOM_IFLUSH_1)) { |