aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index a7618cf28d0e..33bda922988a 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1694,9 +1694,9 @@ struct inode_operations {
1694 int (*fiemap)(struct inode *, struct fiemap_extent_info *, u64 start, 1694 int (*fiemap)(struct inode *, struct fiemap_extent_info *, u64 start,
1695 u64 len); 1695 u64 len);
1696 int (*update_time)(struct inode *, struct timespec *, int); 1696 int (*update_time)(struct inode *, struct timespec *, int);
1697 struct file * (*atomic_open)(struct inode *, struct dentry *, 1697 int (*atomic_open)(struct inode *, struct dentry *,
1698 struct opendata *, unsigned open_flag, 1698 struct opendata *, unsigned open_flag,
1699 umode_t create_mode, int *opened); 1699 umode_t create_mode, int *opened);
1700} ____cacheline_aligned; 1700} ____cacheline_aligned;
1701 1701
1702struct seq_file; 1702struct seq_file;