Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361306
b: refs/heads/master
c: c288d29
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara committed Mar 13, 2013
1 parent b42bc91 commit 75fb44f
Show file tree
Hide file tree
Showing 3 changed files with 3 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: af591ad896ef75585752ac2eab4fba9437f23322
refs/heads/master: c288d2969627be7ffc90904ac8c6aae0295fbf9f
1 change: 0 additions & 1 deletion trunk/fs/ext2/ialloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ void ext2_free_inode (struct inode * inode)
* as writing the quota to disk may need the lock as well.
*/
/* Quota is already initialized in iput() */
ext2_xattr_delete_inode(inode);
dquot_free_inode(inode);
dquot_drop(inode);

Expand Down
2 changes: 2 additions & 0 deletions trunk/fs/ext2/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "ext2.h"
#include "acl.h"
#include "xip.h"
#include "xattr.h"

static int __ext2_write_inode(struct inode *inode, int do_sync);

Expand Down Expand Up @@ -88,6 +89,7 @@ void ext2_evict_inode(struct inode * inode)
inode->i_size = 0;
if (inode->i_blocks)
ext2_truncate_blocks(inode, 0);
ext2_xattr_delete_inode(inode);
}

invalidate_inode_buffers(inode);
Expand Down

0 comments on commit 75fb44f

Please sign in to comment.