Skip to content

Commit

Permalink
[XFS] fix PBF_NONE handling
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and Nathan Scott committed Nov 1, 2005
1 parent da1650a commit 739cafd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fs/xfs/linux-2.6/xfs_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,8 @@ _pagebuf_lookup_pages(
unlock_page(bp->pb_pages[i]);
}

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

PB_TRACE(bp, "lookup_pages", (long)page_count);
return error;
Expand Down

0 comments on commit 739cafd

Please sign in to comment.