diff options
| author | Andrew Morton <akpm@zip.com.au> | 2002-07-28 09:08:05 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-07-28 09:08:05 -0700 |
| commit | ff42067bdefaa5f3afac540d81b27a1c2751bed4 (patch) | |
| tree | a2ad725e38ff1e8abe6bba9ae2dd8a1ecf145134 /include/linux | |
| parent | 5dfb48389624a8294dfadd60adcf016c90c7d6a7 (diff) | |
[PATCH] restore lru_cache_del() in truncate_complete_page
I removed the PF_INVALIDATE debug check from buffercache
leaks, too. It's non-functional - the flag should have been
set across truncate_inode_pages(), not invalidate_inode_pages().
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 1ee746b656cf..7adc9c6278b7 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -393,7 +393,7 @@ do { if (atomic_dec_and_test(&(tsk)->usage)) __put_task_struct(tsk); } while(0) #define PF_FREEZE 0x00010000 /* this task should be frozen for suspend */ #define PF_IOTHREAD 0x00020000 /* this thread is needed for doing I/O to swap */ #define PF_FROZEN 0x00040000 /* frozen for system suspend */ -#define PF_INVALIDATE 0x00080000 /* debug: unmounting an fs. killme. */ + /* * Ptrace flags */ |
