Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.24 /fs/ext2/xattr.c

Filename:/fs/ext2/xattr.c
Lines Added:1
Lines Deleted:2
Also changed in: (Previous) 2.6.24-rc8  2.6.24-rc7  2.6.24-rc6  2.6.24-rc5  2.6.24-rc4  2.6.24-rc3 
(Following) 2.6.25-rc9-git3  2.6.25  2.6.25-git12  2.6.25-git13  2.6.25-git14  2.6.25-git15 

Location
[  2.6.24
  [  fs
    [  ext2
       o  xattr.c

Patch

diff --git a/fs/ext2/xattr.c b/fs/ext2/xattr.c
index 247efd0..3e8683d 100644
--- a/fs/ext2/xattr.c
+++ b/fs/ext2/xattr.c
@@ -664,8 +664,7 @@ ext2_xattr_set2(struct inode *inode, struct buffer_head *old_bh,
                              s_first_data_block) +
                EXT2_I(inode)->i_block_group *
                EXT2_BLOCKS_PER_GROUP(sb);
-         int block = ext2_new_block(inode, goal,
-                     NULL, NULL, &error);
+         int block = ext2_new_block(inode, goal, &error);
          if (error)
             goto cleanup;
          ea_idebug(inode, "creating block %d", block);


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.