aboutsummaryrefslogtreecommitdiff
path: root/fs/ext3
diff options
context:
space:
mode:
authorDave Kleikamp <shaggy@linux.vnet.ibm.com>2006-12-20 15:55:35 -0600
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-21 09:24:03 -0800
commitd0e671a932cb9c653b27393cec26aec012a8d97e (patch)
tree9625f4462e2e0f6a5756b20a074dcf039761e554 /fs/ext3
parentfba2591bf4e418b6c3f9f8794c9dd8fe40ae7bd9 (diff)
[PATCH] Fix JFS after clear_page_dirty() removal
This patch removes some questionable code that attempted to make a no-longer-used page easier to reclaim. Calling metapage_writepage against such a page will not result in any I/O being performed, so removing this code shouldn't be a big deal. [ It's likely that we could have just replaced the "clear_page_dirty()" call with a call to "cancel_dirty_page()" instead, but in the meantime this is cleaner and simpler anyway, so unless there is some overriding reason (and Dave implies there isn't) I'll just use this patch as-is. - Linus ] Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/ext3')
0 files changed, 0 insertions, 0 deletions