[XFS] fix PBF_NONE handling
SGI-PV: 908809 SGI-Modid: xfs-linux:xfs-kern:198669a Signed-off-by: Christoph Hellwig <hch@sgi.com> Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
committed by
Nathan Scott
parent
da1650a5d6
commit
739cafd316
@@ -458,6 +458,7 @@ _pagebuf_lookup_pages(
|
|||||||
unlock_page(bp->pb_pages[i]);
|
unlock_page(bp->pb_pages[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (page_count)
|
||||||
bp->pb_flags &= ~PBF_NONE;
|
bp->pb_flags &= ~PBF_NONE;
|
||||||
|
|
||||||
PB_TRACE(bp, "lookup_pages", (long)page_count);
|
PB_TRACE(bp, "lookup_pages", (long)page_count);
|
||||||
|
Reference in New Issue
Block a user