summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2002-09-29 01:44:39 -0700
committerIngo Molnar <mingo@elte.hu>2002-09-29 01:44:39 -0700
commit24141f21a1bd8dd923c92901c2220676f2eaffaf (patch)
treee771084ef9f6c08dc06e237f280685261e85f5de /include/linux
parent387ab03bc377a0ad255bb319c181463c3de9e8c5 (diff)
[PATCH] tq_struct removal fixups..
Update radeon_irq.c and reiserfs for tq simplifications
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/reiserfs_fs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/reiserfs_fs.h b/include/linux/reiserfs_fs.h
index a5693b3f4a3f..0deab78dea6b 100644
--- a/include/linux/reiserfs_fs.h
+++ b/include/linux/reiserfs_fs.h
@@ -1632,9 +1632,6 @@ struct reiserfs_journal_header {
/* 12 */ struct journal_params jh_journal;
} ;
-extern task_queue reiserfs_commit_thread_tq ;
-extern wait_queue_head_t reiserfs_commit_thread_wait ;
-
/* biggest tunable defines are right here */
#define JOURNAL_BLOCK_COUNT 8192 /* number of blocks in the journal */
#define JOURNAL_TRANS_MAX_DEFAULT 1024 /* biggest possible single transaction, don't change for now (8/3/99) */