patch-2.4.2 linux/include/linux/mm.h
Next file: linux/include/linux/module.h
Previous file: linux/include/linux/lvm.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Wed Feb 21 16:09:58 2001
- Orig file:
v2.4.1/linux/include/linux/mm.h
- Orig date:
Sat Feb 3 19:51:32 2001
diff -u --recursive --new-file v2.4.1/linux/include/linux/mm.h linux/include/linux/mm.h
@@ -200,8 +200,8 @@
smp_mb__before_clear_bit(); \
if (!test_and_clear_bit(PG_locked, &(page)->flags)) BUG(); \
smp_mb__after_clear_bit(); \
- if (waitqueue_active(&page->wait)) \
- wake_up(&page->wait); \
+ if (waitqueue_active(&(page)->wait)) \
+ wake_up(&(page)->wait); \
} while (0)
#define PageError(page) test_bit(PG_error, &(page)->flags)
#define SetPageError(page) set_bit(PG_error, &(page)->flags)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)