diff options
Diffstat (limited to 'include/linux/nfs_fs.h')
| -rw-r--r-- | include/linux/nfs_fs.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index d71278c3c5bd..810124b33327 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h @@ -205,12 +205,12 @@ struct nfs_inode {  #define NFS_INO_STALE		(1)		/* possible stale inode */  #define NFS_INO_ACL_LRU_SET	(2)		/* Inode is on the LRU list */  #define NFS_INO_INVALIDATING	(3)		/* inode is being invalidated */ -#define NFS_INO_FLUSHING	(4)		/* inode is flushing out data */  #define NFS_INO_FSCACHE		(5)		/* inode can be cached by FS-Cache */  #define NFS_INO_FSCACHE_LOCK	(6)		/* FS-Cache cookie management lock */  #define NFS_INO_LAYOUTCOMMIT	(9)		/* layoutcommit required */  #define NFS_INO_LAYOUTCOMMITTING (10)		/* layoutcommit inflight */  #define NFS_INO_LAYOUTSTATS	(11)		/* layoutstats inflight */ +#define NFS_INO_ODIRECT		(12)		/* I/O setting is O_DIRECT */  static inline struct nfs_inode *NFS_I(const struct inode *inode)  { @@ -351,7 +351,6 @@ extern int nfs_revalidate_inode_rcu(struct nfs_server *server, struct inode *ino  extern int __nfs_revalidate_inode(struct nfs_server *, struct inode *);  extern int nfs_revalidate_mapping(struct inode *inode, struct address_space *mapping);  extern int nfs_revalidate_mapping_rcu(struct inode *inode); -extern int nfs_revalidate_mapping_protected(struct inode *inode, struct address_space *mapping);  extern int nfs_setattr(struct dentry *, struct iattr *);  extern void nfs_setattr_update_inode(struct inode *inode, struct iattr *attr, struct nfs_fattr *);  extern void nfs_setsecurity(struct inode *inode, struct nfs_fattr *fattr, |