diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 9a1cb8c605e0..f3bfbd7d3fa9 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -1665,8 +1665,6 @@ struct inode_operations { | |||
| 1665 | umode_t create_mode, int *opened); | 1665 | umode_t create_mode, int *opened); |
| 1666 | int (*tmpfile) (struct inode *, struct dentry *, umode_t); | 1666 | int (*tmpfile) (struct inode *, struct dentry *, umode_t); |
| 1667 | int (*set_acl)(struct inode *, struct posix_acl *, int); | 1667 | int (*set_acl)(struct inode *, struct posix_acl *, int); |
| 1668 | |||
| 1669 | /* WARNING: probably going away soon, do not use! */ | ||
| 1670 | } ____cacheline_aligned; | 1668 | } ____cacheline_aligned; |
| 1671 | 1669 | ||
| 1672 | ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector, | 1670 | ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector, |
