NFSv4.1: add generic layer hooks for pnfs COMMIT
[pandora-kernel.git] / include / linux / nfs_fs.h
index 4179c36..eddda6c 100644 (file)
@@ -226,6 +226,7 @@ struct nfs_inode {
 #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_COMMIT         (7)             /* inode is committing unstable writes */
+#define NFS_INO_PNFS_COMMIT    (8)             /* use pnfs code for commit */
 
 static inline struct nfs_inode *NFS_I(const struct inode *inode)
 {