commit | 932640e8adaff3d0c28ee32d4863c7a7a74df055 | [log] [tgz] |
---|---|---|
author | Dave Chinner <david@fromorbit.com> | Tue Oct 06 20:29:29 2009 +0000 |
committer | Alex Elder <aelder@sgi.com> | Thu Oct 08 12:01:26 2009 -0500 |
tree | 14c1bd418ca5a5c7234946eee17386ce6df68e3a | |
parent | 69961a26b82931601e07c9e3656bd90c598f2395 [diff] |
xfs: mark inodes dirty before issuing I/O To make sure they get properly waited on in sync when I/O is in flight and we latter need to update the inode size. Requires a new helper to check if an ioend structure is beyond the current EOF. Signed-off-by: Dave Chinner <david@fromorbit.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Alex Elder <aelder@sgi.com> Signed-off-by: Alex Elder <aelder@sgi.com>