diff options
Diffstat (limited to 'kernel/include/linux/shmem_fs.h')
-rw-r--r-- | kernel/include/linux/shmem_fs.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/kernel/include/linux/shmem_fs.h b/kernel/include/linux/shmem_fs.h index 50777b5b1..92d112aee 100644 --- a/kernel/include/linux/shmem_fs.h +++ b/kernel/include/linux/shmem_fs.h @@ -15,10 +15,7 @@ struct shmem_inode_info { unsigned int seals; /* shmem seals */ unsigned long flags; unsigned long alloced; /* data pages alloced to file */ - union { - unsigned long swapped; /* subtotal assigned to swap */ - char *symlink; /* unswappable short symlink */ - }; + unsigned long swapped; /* subtotal assigned to swap */ struct shared_policy policy; /* NUMA memory alloc policy */ struct list_head swaplist; /* chain of maybes on swap */ struct simple_xattrs xattrs; /* list of xattrs */ |