import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / shmem_fs.h
index 30aa0dc60d75786287226bf3cbedffd9f1b266a3..b7ea3d46eafd33967a1df76651abdf8123d1575f 100644 (file)
@@ -46,7 +46,8 @@ static inline struct shmem_inode_info *SHMEM_I(struct inode *inode)
 extern int shmem_init(void);
 extern int shmem_fill_super(struct super_block *sb, void *data, int silent);
 extern struct file *shmem_file_setup(const char *name,
-                                       loff_t size, unsigned long flags);
+                                       loff_t size, unsigned long flags,
+                                       int atomic_copy);
 extern int shmem_zero_setup(struct vm_area_struct *);
 extern int shmem_lock(struct file *file, int lock, struct user_struct *user);
 extern void shmem_unlock_mapping(struct address_space *mapping);