diff options
author | David Chinner <david@fromorbit.com> | 2008-10-30 02:37:49 -0400 |
---|---|---|
committer | Lachlan McIlroy <lachlan@sgi.com> | 2008-10-30 02:37:49 -0400 |
commit | 116545130cbc5214523c2f994a11c81ef9eb9186 (patch) | |
tree | 1cecd684b20bcbd6d163dd7120160277b58c2091 /fs/xfs/xfs_inode.h | |
parent | 7a3be02baef7bdec43965103441bde5de4dd8601 (diff) |
[XFS] kill deleted inodes list
Now that the deleted inodes list is unused, kill it. This also removes the
i_reclaim list head from the xfs_inode, shrinking it by two pointers.
SGI-PV: 988142
SGI-Modid: xfs-linux-melb:xfs-kern:32334a
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_inode.h')
-rw-r--r-- | fs/xfs/xfs_inode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index 64e50ff9ad23..a5aeb9cfeae8 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -235,7 +235,6 @@ typedef struct dm_attrs_s { | |||
235 | typedef struct xfs_inode { | 235 | typedef struct xfs_inode { |
236 | /* Inode linking and identification information. */ | 236 | /* Inode linking and identification information. */ |
237 | struct xfs_mount *i_mount; /* fs mount struct ptr */ | 237 | struct xfs_mount *i_mount; /* fs mount struct ptr */ |
238 | struct list_head i_reclaim; /* reclaim list */ | ||
239 | struct xfs_dquot *i_udquot; /* user dquot */ | 238 | struct xfs_dquot *i_udquot; /* user dquot */ |
240 | struct xfs_dquot *i_gdquot; /* group dquot */ | 239 | struct xfs_dquot *i_gdquot; /* group dquot */ |
241 | 240 | ||