diff options
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index f4644d715484..0ba052691126 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -248,7 +248,6 @@ typedef struct xfs_mount { | |||
248 | xfs_agnumber_t m_agirotor; /* last ag dir inode alloced */ | 248 | xfs_agnumber_t m_agirotor; /* last ag dir inode alloced */ |
249 | spinlock_t m_agirotor_lock;/* .. and lock protecting it */ | 249 | spinlock_t m_agirotor_lock;/* .. and lock protecting it */ |
250 | xfs_agnumber_t m_maxagi; /* highest inode alloc group */ | 250 | xfs_agnumber_t m_maxagi; /* highest inode alloc group */ |
251 | struct xfs_inode *m_inodes; /* active inode list */ | ||
252 | struct list_head m_del_inodes; /* inodes to reclaim */ | 251 | struct list_head m_del_inodes; /* inodes to reclaim */ |
253 | mutex_t m_ilock; /* inode list mutex */ | 252 | mutex_t m_ilock; /* inode list mutex */ |
254 | uint m_ireclaims; /* count of calls to reclaim*/ | 253 | uint m_ireclaims; /* count of calls to reclaim*/ |