diff options
Diffstat (limited to 'fs/xfs/xfs_buf.c')
-rw-r--r-- | fs/xfs/xfs_buf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index 7f0a01f7b592..ac3b4db519df 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c | |||
@@ -422,6 +422,7 @@ retry: | |||
422 | out_free_pages: | 422 | out_free_pages: |
423 | for (i = 0; i < bp->b_page_count; i++) | 423 | for (i = 0; i < bp->b_page_count; i++) |
424 | __free_page(bp->b_pages[i]); | 424 | __free_page(bp->b_pages[i]); |
425 | bp->b_flags &= ~_XBF_PAGES; | ||
425 | return error; | 426 | return error; |
426 | } | 427 | } |
427 | 428 | ||