[XFS] kill deleted inodes list
[deliverable/linux.git] / fs / xfs / xfs_inode.h
index 64e50ff9ad2325fb3464f45709dd4a3b8ba60b51..a5aeb9cfeae89946876dbbc659859da9ded7bfd8 100644 (file)
@@ -235,7 +235,6 @@ typedef struct dm_attrs_s {
 typedef struct xfs_inode {
        /* Inode linking and identification information. */
        struct xfs_mount        *i_mount;       /* fs mount struct ptr */
-       struct list_head        i_reclaim;      /* reclaim list */
        struct xfs_dquot        *i_udquot;      /* user dquot */
        struct xfs_dquot        *i_gdquot;      /* group dquot */
 
This page took 0.026856 seconds and 5 git commands to generate.