]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] XFS writeout fix
authorNathan Scott <nathans@sgi.com>
Fri, 24 Mar 2006 03:46:22 +0000 (14:46 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Mar 2006 06:47:30 +0000 (22:47 -0800)
commit9620554ca94a95059466e7e9cd6298bf78a09a09
treec9b36420d15e979e605c4fb0bb5c62e112bea9d7
parent8513187b93ba2092688c99d529ff85864359b729
[PATCH] XFS writeout fix

[XFS] Check that a page has dirty buffers before finding it acceptable for
rewrite clustering.  This prevents writing excessive amounts of clean data
when doing random rewrites of a cached file.

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/xfs/linux-2.6/xfs_aops.c