diff options
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 829035f615aa..1fa0584b5627 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -136,7 +136,7 @@ typedef struct xfs_mount { | |||
136 | int m_ialloc_blks; /* blocks in inode allocation */ | 136 | int m_ialloc_blks; /* blocks in inode allocation */ |
137 | int m_inoalign_mask;/* mask sb_inoalignmt if used */ | 137 | int m_inoalign_mask;/* mask sb_inoalignmt if used */ |
138 | uint m_qflags; /* quota status flags */ | 138 | uint m_qflags; /* quota status flags */ |
139 | struct xfs_trans_resv m_reservations; /* precomputed res values */ | 139 | struct xfs_trans_resv m_resv; /* precomputed res values */ |
140 | __uint64_t m_maxicount; /* maximum inode count */ | 140 | __uint64_t m_maxicount; /* maximum inode count */ |
141 | __uint64_t m_resblks; /* total reserved blocks */ | 141 | __uint64_t m_resblks; /* total reserved blocks */ |
142 | __uint64_t m_resblks_avail;/* available reserved blocks */ | 142 | __uint64_t m_resblks_avail;/* available reserved blocks */ |