]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/shmem_fs.h
The maximum size of a shmem/tmpfs file has been limited by the maximum
[karo-tx-linux.git] / include / linux / shmem_fs.h
index aa08fa8fd79b9c85bd3adaa68e22631b0f425e97..80b695213fdb851e48918d1a86114e41757372ab 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];