Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273145
b: refs/heads/master
c: ee90d57
h: refs/heads/master
i:
  273143: 0c9e192
v: v3
  • Loading branch information
H Hartley Sweeten authored and Theodore Ts'o committed Oct 18, 2011
1 parent 3ca1ed2 commit 72f2e1a
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: e6705f7c255d1ffae7cd161d0b657296f4dd62fd
refs/heads/master: ee90d57e20bd4749dda3b14397392b18b89dc3ef
2 changes: 1 addition & 1 deletion trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -2291,7 +2291,7 @@ static int ext4_remove_blocks(handle_t *handle, struct inode *inode,
start = ext4_ext_pblock(ex);

ext_debug("free first %u blocks starting %llu\n", num, start);
ext4_free_blocks(handle, inode, 0, start, num, flags);
ext4_free_blocks(handle, inode, NULL, start, num, flags);

} else {
printk(KERN_INFO "strange request: removal(2) "
Expand Down

0 comments on commit 72f2e1a

Please sign in to comment.