netfs: Fix interaction between write-streaming and cachefiles culling
[linux-2.6-microblaze.git] / include / linux / netfs.h
index d3bac60..100cbb2 100644 (file)
@@ -142,6 +142,7 @@ struct netfs_inode {
 #define NETFS_ICTX_ODIRECT     0               /* The file has DIO in progress */
 #define NETFS_ICTX_UNBUFFERED  1               /* I/O should not use the pagecache */
 #define NETFS_ICTX_WRITETHROUGH        2               /* Write-through caching */
+#define NETFS_ICTX_NO_WRITE_STREAMING  3       /* Don't engage in write-streaming */
 };
 
 /*