diff options
author | Mark Fasheh <mark.fasheh@oracle.com> | 2007-06-22 18:52:36 -0400 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2007-07-10 20:31:55 -0400 |
commit | 59a5e416d1ab543a5248a2b34d83202c4d55d132 (patch) | |
tree | 3e97ce48774d26e8a927edd839dd54a7d68f8c7d /fs/ocfs2/aops.c | |
parent | 2b604351bc99b4e4504758cbac369b660b71de0b (diff) |
ocfs2: plug truncate into cached dealloc routines
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/aops.c')
-rw-r--r-- | fs/ocfs2/aops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/aops.c b/fs/ocfs2/aops.c index e8d16ae12ef0..510bf84c9cf5 100644 --- a/fs/ocfs2/aops.c +++ b/fs/ocfs2/aops.c | |||
@@ -1498,6 +1498,7 @@ int ocfs2_write_end_nolock(struct address_space *mapping, | |||
1498 | ocfs2_journal_dirty(handle, wc->w_di_bh); | 1498 | ocfs2_journal_dirty(handle, wc->w_di_bh); |
1499 | 1499 | ||
1500 | ocfs2_commit_trans(osb, handle); | 1500 | ocfs2_commit_trans(osb, handle); |
1501 | |||
1501 | ocfs2_free_write_ctxt(wc); | 1502 | ocfs2_free_write_ctxt(wc); |
1502 | 1503 | ||
1503 | return copied; | 1504 | return copied; |