[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)
commitd88992f660936049f5f38d74ea5a86b5c1491a48
tree3c3ac2e25d33e4bd59193b9d4ecf7a1bee3e4d0e
parent2664b25051f7ab96b22b199aa2f5ef6a949a4296
[XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O for
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