don't put symlink bodies in pagecache into highmem
[deliverable/linux.git] / include / linux / fs.h
index 6230eb2a9ccadc1657a25b88e48f09e9560e067f..dfeda44b9ba446ef59e368cafdb1acc61b323d3f 100644 (file)
@@ -1665,8 +1665,6 @@ struct inode_operations {
                           umode_t create_mode, int *opened);
        int (*tmpfile) (struct inode *, struct dentry *, umode_t);
        int (*set_acl)(struct inode *, struct posix_acl *, int);
-
-       /* WARNING: probably going away soon, do not use! */
 } ____cacheline_aligned;
 
 ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector,
@@ -3027,5 +3025,6 @@ static inline bool dir_relax(struct inode *inode)
 }
 
 extern bool path_noexec(const struct path *path);
+extern void inode_nohighmem(struct inode *inode);
 
 #endif /* _LINUX_FS_H */
This page took 0.028704 seconds and 5 git commands to generate.