commit | 86c4d62305649848164ae311a0959fc569b0d964 | [log] [tgz] |
---|---|---|
author | David Chinner <dgc@sgi.com> | Tue Apr 29 12:53:21 2008 +1000 |
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | Tue Apr 29 15:58:40 2008 +1000 |
tree | 068a54455ff120adf456135b96396b92e37fd8b3 | |
parent | d349404ff14758dc9a2d3df032073ed795085860 [diff] |
[XFS] Fix check for block zero access in xfs_write_iomap_allocate() The check for block zero access should be done on non-realtime inodes. Fix the logic error in xfs_write_iomap_allocate(), and simplify the logic on all checks for block zero access in xfs_iomap.c SGI-PV: 980888 SGI-Modid: xfs-linux-melb:xfs-kern:30998a Signed-off-by: David Chinner <dgc@sgi.com> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>