diff options
-rw-r--r-- | fs/xfs/xfs_buf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index 86d9af70ab3b..ddfc58f40506 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c | |||
@@ -227,7 +227,6 @@ _xfs_buf_get_pages( | |||
227 | { | 227 | { |
228 | /* Make sure that we have a page list */ | 228 | /* Make sure that we have a page list */ |
229 | if (bp->b_pages == NULL) { | 229 | if (bp->b_pages == NULL) { |
230 | bp->b_offset = xfs_buf_poff(bp->b_file_offset); | ||
231 | bp->b_page_count = page_count; | 230 | bp->b_page_count = page_count; |
232 | if (page_count <= XB_PAGES) { | 231 | if (page_count <= XB_PAGES) { |
233 | bp->b_pages = bp->b_page_array; | 232 | bp->b_pages = bp->b_page_array; |