diff options
author | David Chinner <david@fromorbit.com> | 2008-10-30 02:11:29 -0400 |
---|---|---|
committer | Lachlan McIlroy <lachlan@sgi.com> | 2008-10-30 02:11:29 -0400 |
commit | 6c7699c047c50403149ad91331dd39de47dea070 (patch) | |
tree | cb1be26f849f0d9c6014c311fde3c390b99c6cd3 /fs/xfs/xfs_mount.h | |
parent | 60197e8df364df326dcbb987519f367ad0ee1a11 (diff) |
[XFS] remove the mount inode list
Now we've removed all users of the mount inode list, we can kill it. This
reduces the size of the xfs_inode by 2 pointers.
SGI-PV: 988139
SGI-Modid: xfs-linux-melb:xfs-kern:32293a
Signed-off-by: David Chinner <david@fromorbit.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
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*/ |