Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19453
b: refs/heads/master
c: e5dd259
h: refs/heads/master
i:
  19451: 92d272e
v: v3
  • Loading branch information
Diego Calleja authored and Linus Torvalds committed Feb 1, 2006
1 parent ec9723c commit bbe2b2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c777cc4be1390862d053cbc002246e87572147b
refs/heads/master: e5dd259f78ba0fd0c7bfc5c52179dbbff3eb48aa
2 changes: 2 additions & 0 deletions trunk/fs/reiserfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ static int reiserfs_allocate_blocks_for_region(struct reiserfs_transaction_handl

allocated_blocks = kmalloc((blocks_to_allocate + will_prealloc) *
sizeof(b_blocknr_t), GFP_NOFS);
if (!allocated_blocks)
return -ENOMEM;

/* First we compose a key to point at the writing position, we want to do
that outside of any locking region. */
Expand Down

0 comments on commit bbe2b2a

Please sign in to comment.