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>
This commit is contained in:
Mark Fasheh
2006-10-05 13:54:39 -07:00
parent f5a923d1ba
commit 01ddf1e186
2 changed files with 1 additions and 7 deletions

View File

@@ -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;