aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/xattr.c
diff options
context:
space:
mode:
authorMingming Cao <cmm@us.ibm.com>2004-10-28 23:23:23 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-28 23:23:23 -0700
commit9a995d4405591f5f987813728ababeef608bc2de (patch)
treeb156084c8e055e897210c8c3fb5d74d27b90233d /fs/ext3/xattr.c
parent229e1e8005487343a1dd4736b1b4cbc74ea5ce16 (diff)
downloadhistory-9a995d4405591f5f987813728ababeef608bc2de.tar.gz
[PATCH] ext3 block reservation patch set -- ext3 preallocation cleanup
Cleans up the old ext3 preallocation code carried from ext2 but turned off. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/ext3/xattr.c')
-rw-r--r--fs/ext3/xattr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ext3/xattr.c b/fs/ext3/xattr.c
index b06cd4de68305c..2d52e7c163824f 100644
--- a/fs/ext3/xattr.c
+++ b/fs/ext3/xattr.c
@@ -686,8 +686,7 @@ ext3_xattr_set_handle2(handle_t *handle, struct inode *inode,
EXT3_SB(sb)->s_es->s_first_data_block) +
EXT3_I(inode)->i_block_group *
EXT3_BLOCKS_PER_GROUP(sb);
- int block = ext3_new_block(handle, inode, goal,
- NULL, NULL, &error);
+ int block = ext3_new_block(handle, inode, goal, &error);
if (error)
goto cleanup;
ea_idebug(inode, "creating block %d", block);