[PATCH] Make XFS use BH_Unwritten and BH_Delay correctly
authorDavid Chinner <dgc@sgi.com>
Mon, 12 Feb 2007 08:51:42 +0000 (00:51 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Feb 2007 17:48:27 +0000 (09:48 -0800)
commit6ab8eb1cffcc5640ca5b07c2a0ddfaa8fbbcc754
treeaa4fdc3943a6649bb33835e43b3e5787d0f19c54
parent33a266dda9fbbe72dd978a451a8ee33c59da5e9c
[PATCH] Make XFS use BH_Unwritten and BH_Delay correctly

Don't hide buffer_unwritten behind buffer_delay() and remove the hack that
clears unexpected buffer_unwritten() states now that it can't happen.

Signed-off-by: Dave Chinner <dgc@sgi.com>
Acked-by: Christoph Hellwig <hch@lst.de>
Cc: Timothy Shimmin <tes@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/xfs/linux-2.6/xfs_aops.c