thp: remove assumptions on pgtable_t type
[deliverable/linux.git] / include / linux / shmem_fs.h
index bef2cf00b3be68f3d3ed69dd78f977e737ad84ce..30aa0dc60d75786287226bf3cbedffd9f1b266a3 100644 (file)
@@ -5,6 +5,7 @@
 #include <linux/mempolicy.h>
 #include <linux/pagemap.h>
 #include <linux/percpu_counter.h>
+#include <linux/xattr.h>
 
 /* inode in-kernel data */
 
@@ -18,7 +19,7 @@ struct shmem_inode_info {
        };
        struct shared_policy    policy;         /* NUMA memory alloc policy */
        struct list_head        swaplist;       /* chain of maybes on swap */
-       struct list_head        xattr_list;     /* list of shmem_xattr */
+       struct simple_xattrs    xattrs;         /* list of xattrs */
        struct inode            vfs_inode;
 };
 
This page took 0.054786 seconds and 5 git commands to generate.