Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173185
b: refs/heads/master
c: 1d2c6cf
h: refs/heads/master
i:
  173183: 5466003
v: v3
  • Loading branch information
Frederic Weisbecker committed Nov 20, 2009
1 parent 0bd0a1d commit 4f8fea0
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: 27b3a5c51b50a234fb4a21146841e6723b5934ce
refs/heads/master: 1d2c6cfd40b2dece3bb958cbbc405a2c1536ab75
2 changes: 1 addition & 1 deletion trunk/fs/reiserfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ int reiserfs_get_block(struct inode *inode, sector_t block,
if (blocks_needed == 1) {
un = &unf_single;
} else {
un = kzalloc(min(blocks_needed, max_to_insert) * UNFM_P_SIZE, GFP_ATOMIC); // We need to avoid scheduling.
un = kzalloc(min(blocks_needed, max_to_insert) * UNFM_P_SIZE, GFP_NOFS);
if (!un) {
un = &unf_single;
blocks_needed = 1;
Expand Down

0 comments on commit 4f8fea0

Please sign in to comment.