tmpfs: demolish old swap vector support
[pandora-kernel.git] / include / linux / shmem_fs.h
index aa08fa8..80b6952 100644 (file)
@@ -17,9 +17,7 @@ struct shmem_inode_info {
        unsigned long           flags;
        unsigned long           alloced;        /* data pages alloced to file */
        unsigned long           swapped;        /* subtotal assigned to swap */
-       unsigned long           next_index;     /* highest alloced index + 1 */
        struct shared_policy    policy;         /* NUMA memory alloc policy */
-       struct page             *i_indirect;    /* top indirect blocks page */
        union {
                swp_entry_t     i_direct[SHMEM_NR_DIRECT]; /* first blocks */
                char            inline_symlink[SHMEM_SYMLINK_INLINE_LEN];