Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131437
b: refs/heads/master
c: b335b00
h: refs/heads/master
i:
  131435: 56de6b1
v: v3
  • Loading branch information
Yan Zheng authored and Chris Mason committed Feb 12, 2009
1 parent 403706e commit 52b08ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e1df36d2f18254d0690a0fbe036cece74ec311b8
refs/heads/master: b335b0034e252e79ec2e9c6697f5d663c4627bec
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -4263,7 +4263,7 @@ static int btrfs_releasepage(struct page *page, gfp_t gfp_flags)
{
if (PageWriteback(page) || PageDirty(page))
return 0;
return __btrfs_releasepage(page, gfp_flags);
return __btrfs_releasepage(page, gfp_flags & GFP_NOFS);
}

static void btrfs_invalidatepage(struct page *page, unsigned long offset)
Expand Down

0 comments on commit 52b08ac

Please sign in to comment.