Merge branch 'fix/hda-samsung-p50' into topic/hda
[pandora-kernel.git] / include / linux / nfs_page.h
index a1676e1..3c60685 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 {