[XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O for
authorDavid Chinner <dgc@sgi.com>
Wed, 18 Jan 2006 02:38:12 +0000 (13:38 +1100)
committerNathan Scott <nathans@sgi.com>
Wed, 18 Jan 2006 02:38:12 +0000 (13:38 +1100)
a page while we are still submitting other buffers on the same page for
I/O.

SGI-PV: 948197
SGI-Modid: xfs-linux-melb:xfs-kern:25004a

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/linux-2.6/xfs_aops.c

Simple merge