diff options
| author | Hugh Dickins <[email protected]> | 2006-03-09 17:33:34 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-03-09 19:47:36 -0800 |
| commit | 85a6cd03a97f04ffff7bfedfa3172894ca9a617b (patch) | |
| tree | 6dfcb724b0ed7b2cb9b33c0c18933f0d915bc966 /scripts | |
| parent | 6218cf4410cfce7bc7e89834e73525b124625d4c (diff) | |
[PATCH] page_add_file_rmap(): remove BUG_ON()s
Remove two early-development BUG_ONs from page_add_file_rmap.
The pfn_valid test (originally useful for checking that nobody passed an
artificial struct page) comes too late, since we already have the struct
page.
The PageAnon test (useful when anon was first distinguished from file rmap)
prevents ->nopage implementations from reusing ->mapping, which would
otherwise be available.
Signed-off-by: Hugh Dickins <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions