diff options
| author | Andrew Morton <akpm@digeo.com> | 2003-06-17 18:30:15 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-06-17 18:30:15 -0700 |
| commit | f16f1182abb80c5eb0d5b0fc71cf66d16ea120f5 (patch) | |
| tree | 86e32582266efc2d92f1b9bbac70bfeda7e0b7ba /include/linux/jbd.h | |
| parent | b9c3dc0784a0a0a5d6fca61bd1e25cbe0e4a51bd (diff) | |
[PATCH] JBD: remove lock_kernel()
lock_kernel() is no longer needed in JBD. Remove all the lock_kernel() calls
from fs/jbd/.
Here is where I get to say "ex-parrot".
Diffstat (limited to 'include/linux/jbd.h')
| -rw-r--r-- | include/linux/jbd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/jbd.h b/include/linux/jbd.h index f70339db1730..09d40272d459 100644 --- a/include/linux/jbd.h +++ b/include/linux/jbd.h @@ -623,7 +623,6 @@ struct transaction_s * a commit? * @j_commit_timer: The timer used to wakeup the commit thread * @j_commit_timer_active: Timer flag - * @j_all_journals: Link all journals together - system-wide * @j_revoke: The revoke table - maintains the list of revoked blocks in the * current transaction. */ @@ -804,9 +803,6 @@ struct journal_s struct timer_list *j_commit_timer; int j_commit_timer_active; /* [j_state_lock] */ - /* Link all journals together - system-wide [lock_kernel] */ - struct list_head j_all_journals; - /* * The revoke table: maintains the list of revoked blocks in the * current transaction. [j_revoke_lock] |
