Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177677
b: refs/heads/master
c: 3fc98b1
h: refs/heads/master
i:
  177675: fb65ddd
v: v3
  • Loading branch information
Dave Chinner authored and Alex Elder committed Dec 16, 2009
1 parent c252c5a commit 2d6c403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5f9be58c2b87106100a6053d09b1f9f8d551c6e
refs/heads/master: 3fc98b1ac036675b95f6e3fafd5ef147b97d4d30
4 changes: 2 additions & 2 deletions trunk/fs/xfs/linux-2.6/xfs_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ _xfs_buf_free_pages(
{
if (bp->b_pages != bp->b_page_array) {
kmem_free(bp->b_pages);
bp->b_pages = NULL;
}
}

Expand Down Expand Up @@ -323,9 +324,8 @@ xfs_buf_free(
ASSERT(!PagePrivate(page));
page_cache_release(page);
}
_xfs_buf_free_pages(bp);
}

_xfs_buf_free_pages(bp);
xfs_buf_deallocate(bp);
}

Expand Down

0 comments on commit 2d6c403

Please sign in to comment.