patch-2.1.73 linux/include/linux/mm.h
Next file: linux/include/linux/nfs_fs.h
Previous file: linux/include/linux/ip_fw.h
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Thu Dec 18 11:38:01 1997
- Orig file:
v2.1.72/linux/include/linux/mm.h
- Orig date:
Mon Oct 20 10:36:53 1997
diff -u --recursive --new-file v2.1.72/linux/include/linux/mm.h linux/include/linux/mm.h
@@ -144,7 +144,6 @@
#define PageLocked(page) (test_bit(PG_locked, &(page)->flags))
#define PageError(page) (test_bit(PG_error, &(page)->flags))
#define PageReferenced(page) (test_bit(PG_referenced, &(page)->flags))
-#define PageDirty(page) (test_bit(PG_dirty, &(page)->flags))
#define PageUptodate(page) (test_bit(PG_uptodate, &(page)->flags))
#define PageFreeAfter(page) (test_bit(PG_free_after, &(page)->flags))
#define PageDecrAfter(page) (test_bit(PG_decr_after, &(page)->flags))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov