diff options
| author | Pavel Machek <pavel@suse.cz> | 2002-05-28 20:00:18 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-05-28 20:00:18 -0700 |
| commit | d72fb46388f794b3898498aa65416be2d1e29947 (patch) | |
| tree | 0689bc4e8e354f717ae188bec0b05111e1445bc5 /fs/buffer.c | |
| parent | 455980ab6088e867d138344c89b61de563bc49c2 (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.c | 2 |
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 |
