diff options
author | Mark Fasheh <mark.fasheh@oracle.com> | 2006-10-05 13:54:39 -0700 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2006-12-01 18:27:00 -0800 |
commit | 01ddf1e186b3b12b38c9e44912e0fd6a1cbc882b (patch) | |
tree | 8c34642493ff8cdaf0fb454441384c262f288e60 /fs/ocfs2/journal.h | |
parent | f5a923d1ba648bfb3cc922c66981fc8e3280f57f (diff) |
ocfs2: remove unused ocfs2_journal_handle field
max_buffs was just being set and not actually used.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/journal.h')
-rw-r--r-- | fs/ocfs2/journal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/journal.h b/fs/ocfs2/journal.h index 2f3a6acdac4..35ae835e969 100644 --- a/fs/ocfs2/journal.h +++ b/fs/ocfs2/journal.h @@ -144,7 +144,6 @@ struct ocfs2_journal_handle { handle_t *k_handle; /* kernel handle. */ struct ocfs2_journal *journal; u32 flags; /* see flags below. */ - int max_buffs; /* Buffs reserved by this handle */ /* The following two fields are for ocfs2_handle_add_lock */ int num_locks; |