dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/jfs
Dave Kleikamp d0e671a932 [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>
2006-12-21 09:24:03 -08:00
..
Makefile JFS: ext2 inode attributes for jfs 2006-02-09 09:09:16 -06:00
acl.c JFS: White space cleanup 2006-10-02 09:55:27 -05:00
endian24.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
file.c jfs: Add splice support 2006-10-30 11:47:02 -06:00
inode.c JFS: White space cleanup 2006-10-02 09:55:27 -05:00
ioctl.c [PATCH] severing fs.h, radix-tree.h -> sched.h 2006-12-04 02:00:24 -05:00
jfs_acl.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_btree.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_debug.c JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_debug.h JFS: fix sparse warnings by moving extern declarations to headers 2005-05-04 15:29:35 -05:00
jfs_dinode.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_dmap.c JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_dmap.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_dtree.c [PATCH] getting rid of all casts of k[cmz]alloc() calls 2006-12-13 09:05:58 -08:00
jfs_dtree.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_extent.c JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_extent.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_filsys.h JFS: Fix conflicting superblock flags 2006-12-06 17:48:32 -06:00
jfs_imap.c [PATCH] getting rid of all casts of k[cmz]alloc() calls 2006-12-13 09:05:58 -08:00
jfs_imap.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_incore.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_inode.c JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_inode.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_lock.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_logmgr.c [PATCH] Add include/linux/freezer.h and move definitions from sched.h 2006-12-07 08:39:27 -08:00
jfs_logmgr.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_metapage.c [PATCH] Fix JFS after clear_page_dirty() removal 2006-12-21 09:24:03 -08:00
jfs_metapage.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_mount.c JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_superblock.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_txnmgr.c [PATCH] Add include/linux/freezer.h and move definitions from sched.h 2006-12-07 08:39:27 -08:00
jfs_txnmgr.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_types.h [PATCH] fs/jfs: Conversion to generic boolean 2006-10-01 00:39:19 -07:00
jfs_umount.c JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_unicode.c JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_unicode.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_uniupr.c JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_xattr.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_xtree.c JFS: White space cleanup 2006-10-02 09:55:27 -05:00
jfs_xtree.h JFS: White space cleanup 2006-10-02 09:55:27 -05:00
namei.c JFS: White space cleanup 2006-10-02 09:55:27 -05:00
resize.c JFS: White space cleanup 2006-10-02 09:55:27 -05:00
super.c [PATCH] fs/*: trivial vsnprintf() conversion 2006-12-07 08:39:35 -08:00
symlink.c JFS: White space cleanup 2006-10-02 09:55:27 -05:00
xattr.c JFS: Remove redundant xattr permission checking 2006-11-02 10:50:40 -06:00