vfs: fix warning: 'dirent' is used uninitialized in this function
[sfrench/cifs-2.6.git] / include / linux / fs.h
index e5106e49bd2ccce31cad95a2fe5f30efb5233dae..488efec09d148dc91972962048540adfe261e5ac 100644 (file)
@@ -687,6 +687,7 @@ struct block_device {
  */
 #define PAGECACHE_TAG_DIRTY    0
 #define PAGECACHE_TAG_WRITEBACK        1
+#define PAGECACHE_TAG_TOWRITE  2
 
 int mapping_tagged(struct address_space *mapping, int tag);