WorkStruct: make allyesconfig
Fix up for make allyesconfig. Signed-Off-By: David Howells <dhowells@redhat.com>
This commit is contained in:
@@ -1365,7 +1365,7 @@ static int ocfs2_initialize_super(struct super_block *sb,
|
||||
spin_lock_init(&journal->j_lock);
|
||||
journal->j_trans_id = (unsigned long) 1;
|
||||
INIT_LIST_HEAD(&journal->j_la_cleanups);
|
||||
INIT_WORK(&journal->j_recovery_work, ocfs2_complete_recovery, osb);
|
||||
INIT_WORK(&journal->j_recovery_work, ocfs2_complete_recovery);
|
||||
journal->j_state = OCFS2_JOURNAL_FREE;
|
||||
|
||||
/* get some pseudo constants for clustersize bits */
|
||||
|
Reference in New Issue
Block a user