[PATCH] Allow file systems to differentiate between data and meta reads
[powerpc.git] / include / linux / fs.h
index 9306f63..d68c37a 100644 (file)
@@ -80,6 +80,7 @@ extern int dir_notify_enable;
 #define READA 2                /* read-ahead  - don't block if no resources */
 #define SWRITE 3       /* for ll_rw_block() - wait for buffer lock */
 #define READ_SYNC      (READ | (1 << BIO_RW_SYNC))
+#define READ_META      (READ | (1 << BIO_RW_META))
 #define WRITE_SYNC     (WRITE | (1 << BIO_RW_SYNC))
 #define WRITE_BARRIER  ((1 << BIO_RW) | (1 << BIO_RW_BARRIER))