]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/nfs_page.h
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
[linux-2.6-omap-h63xx.git] / include / linux / nfs_page.h
index a1676e19e49170dc41607ae824b5c911c83886c1..3c60685d972b595a5be6366328276a9c5a1cbcdb 100644 (file)
 /*
  * Valid flags for a dirty buffer
  */
-#define PG_BUSY                        0
-#define PG_NEED_COMMIT         1
-#define PG_NEED_RESCHED                2
+enum {
+       PG_BUSY = 0,
+       PG_CLEAN,
+       PG_NEED_COMMIT,
+       PG_NEED_RESCHED,
+};
 
 struct nfs_inode;
 struct nfs_page {