summaryrefslogtreecommitdiff
path: root/fs/buffer.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@suse.cz>2002-05-28 20:00:18 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-05-28 20:00:18 -0700
commitd72fb46388f794b3898498aa65416be2d1e29947 (patch)
tree0689bc4e8e354f717ae188bec0b05111e1445bc5 /fs/buffer.c
parent455980ab6088e867d138344c89b61de563bc49c2 (diff)
[PATCH] swsusp: cleanup
- use list_for_each in head_of_free_region - cleanups from 2.4 - fix for usb - kill broken queueing
Diffstat (limited to 'fs/buffer.c')
-rw-r--r--fs/buffer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/buffer.c b/fs/buffer.c
index e4166036523e..66ace03446ad 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@@ -122,8 +122,6 @@ void unlock_buffer(struct buffer_head *bh)
wake_up_buffer(bh);
}
-DECLARE_TASK_QUEUE(tq_bdflush);
-
/*
* Block until a buffer comes unlocked. This doesn't stop it
* from becoming locked again - you have to lock it yourself