Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 739cafd3 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Nathan Scott
Browse files

[XFS] fix PBF_NONE handling



SGI-PV: 908809
SGI-Modid: xfs-linux:xfs-kern:198669a

Signed-off-by: default avatarChristoph Hellwig <hch@sgi.com>
Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
parent da1650a5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -458,6 +458,7 @@ _pagebuf_lookup_pages(
			unlock_page(bp->pb_pages[i]);
	}

	if (page_count)
		bp->pb_flags &= ~PBF_NONE;

	PB_TRACE(bp, "lookup_pages", (long)page_count);