[XFS] Fix incorrect use of BMAPI_READ in unwritten extent handling

(luckily just cosmetic).

SGI-PV: 942232
SGI-Modid: xfs-linux-melb:xfs-kern:23718a

Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
Nathan Scott
2005-09-05 10:06:55 +10:00
parent a3c476d8a1
commit c31e887807
2 changed files with 3 additions and 4 deletions

View File

@@ -804,7 +804,7 @@ xfs_page_state_convert(
continue;
if (!iomp) {
err = xfs_map_blocks(inode, offset, len, &iomap,
BMAPI_READ|BMAPI_IGNSTATE);
BMAPI_WRITE|BMAPI_IGNSTATE);
if (err) {
goto error;
}