diff options
author | Mark Fasheh <mfasheh@suse.com> | 2008-11-18 19:53:43 -0500 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2009-01-05 11:36:55 -0500 |
commit | 53ef99cad9878f02f27bb30bc304fc42af8bdd6e (patch) | |
tree | bb5dcb223666197cf737d24e4cc87506c4473a79 /fs/ocfs2/alloc.c | |
parent | 511308d90b53479b194cd067715f44dc99d39b08 (diff) |
ocfs2: Remove JBD compatibility layer
JBD2 is fully backwards compatible with JBD and it's been tested enough with
Ocfs2 that we can clean this code up now.
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'fs/ocfs2/alloc.c')
-rw-r--r-- | fs/ocfs2/alloc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c index e823a27ba340..69d67ab069bb 100644 --- a/fs/ocfs2/alloc.c +++ b/fs/ocfs2/alloc.c | |||
@@ -6638,11 +6638,6 @@ static void ocfs2_map_and_dirty_page(struct inode *inode, handle_t *handle, | |||
6638 | mlog_errno(ret); | 6638 | mlog_errno(ret); |
6639 | else if (ocfs2_should_order_data(inode)) { | 6639 | else if (ocfs2_should_order_data(inode)) { |
6640 | ret = ocfs2_jbd2_file_inode(handle, inode); | 6640 | ret = ocfs2_jbd2_file_inode(handle, inode); |
6641 | #ifdef CONFIG_OCFS2_COMPAT_JBD | ||
6642 | ret = walk_page_buffers(handle, page_buffers(page), | ||
6643 | from, to, &partial, | ||
6644 | ocfs2_journal_dirty_data); | ||
6645 | #endif | ||
6646 | if (ret < 0) | 6641 | if (ret < 0) |
6647 | mlog_errno(ret); | 6642 | mlog_errno(ret); |
6648 | } | 6643 | } |