Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243167
b: refs/heads/master
c: fc0e4a3
h: refs/heads/master
i:
  243165: 734f277
  243163: ffef12e
  243159: ae74f7d
  243151: e1e98f0
  243135: 3134de0
v: v3
  • Loading branch information
Miao Xie authored and root committed Mar 28, 2011
1 parent a52e347 commit a043ac2
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: 97d9a8a420444eb5b5c071d4b3b9c4100a7ae015
refs/heads/master: fc0e4a314e361af3b13d9320e92c64118f9a3e61
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ static int cache_block_group(struct btrfs_block_group_cache *cache,
if (load_cache_only)
return 0;

caching_ctl = kzalloc(sizeof(*caching_ctl), GFP_KERNEL);
caching_ctl = kzalloc(sizeof(*caching_ctl), GFP_NOFS);
BUG_ON(!caching_ctl);

INIT_LIST_HEAD(&caching_ctl->list);
Expand Down Expand Up @@ -1743,7 +1743,7 @@ static int remove_extent_backref(struct btrfs_trans_handle *trans,
static void btrfs_issue_discard(struct block_device *bdev,
u64 start, u64 len)
{
blkdev_issue_discard(bdev, start >> 9, len >> 9, GFP_KERNEL, 0);
blkdev_issue_discard(bdev, start >> 9, len >> 9, GFP_NOFS, 0);
}

static int btrfs_discard_extent(struct btrfs_root *root, u64 bytenr,
Expand Down

0 comments on commit a043ac2

Please sign in to comment.