commit | 59a5e416d1ab543a5248a2b34d83202c4d55d132 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Fri Jun 22 15:52:36 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Tue Jul 10 17:31:55 2007 -0700 |
tree | 3e97ce48774d26e8a927edd839dd54a7d68f8c7d | |
parent | 2b604351bc99b4e4504758cbac369b660b71de0b [diff] [blame] |
ocfs2: plug truncate into cached dealloc routines Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
diff --git a/fs/ocfs2/aops.c b/fs/ocfs2/aops.c index e8d16ae..510bf84 100644 --- a/fs/ocfs2/aops.c +++ b/fs/ocfs2/aops.c
@@ -1498,6 +1498,7 @@ ocfs2_journal_dirty(handle, wc->w_di_bh); ocfs2_commit_trans(osb, handle); + ocfs2_free_write_ctxt(wc); return copied;