Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276192
b: refs/heads/master
c: 249ec93
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara authored and Joel Becker committed Nov 17, 2011
1 parent c8c78a6 commit 966e279
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: df295d4a4b3c98af1a2445a82aef169e7e5d96b8
refs/heads/master: 249ec93c01db8898058899a80ffb537c8d27f86f
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ static void ocfs2_cleanup_delete_inode(struct inode *inode,
trace_ocfs2_cleanup_delete_inode(
(unsigned long long)OCFS2_I(inode)->ip_blkno, sync_data);
if (sync_data)
write_inode_now(inode, 1);
filemap_write_and_wait(inode->i_mapping);
truncate_inode_pages(&inode->i_data, 0);
}

Expand Down

0 comments on commit 966e279

Please sign in to comment.