diff options
Diffstat (limited to 'fs/xfs/xfs_rtalloc.c')
-rw-r--r-- | fs/xfs/xfs_rtalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_rtalloc.c b/fs/xfs/xfs_rtalloc.c index be02a68b2fe2..abf44435d04a 100644 --- a/fs/xfs/xfs_rtalloc.c +++ b/fs/xfs/xfs_rtalloc.c | |||
@@ -1272,7 +1272,7 @@ xfs_rtpick_extent( | |||
1272 | 1272 | ||
1273 | ASSERT(xfs_isilocked(mp->m_rbmip, XFS_ILOCK_EXCL)); | 1273 | ASSERT(xfs_isilocked(mp->m_rbmip, XFS_ILOCK_EXCL)); |
1274 | 1274 | ||
1275 | seqp = (__uint64_t *)&mp->m_rbmip->i_d.di_atime; | 1275 | seqp = (__uint64_t *)&VFS_I(mp->m_rbmip)->i_atime; |
1276 | if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM)) { | 1276 | if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM)) { |
1277 | mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM; | 1277 | mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM; |
1278 | *seqp = 0; | 1278 | *seqp = 0; |