diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 20:24:35 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 20:24:35 -0800 |
| commit | 975675b97f86323933d8f15b83660a60255988f7 (patch) | |
| tree | d6277b67b3758029f53fc057becade86b06074f0 /include/linux/blkdev.h | |
| parent | 14450c4668484d2413b09ca77753133bce60a3e9 (diff) | |
v2.4.12.2 -> v2.4.12.3
- Jens Axboe: clean up duplicate unused request list
- Jeff Mahoney: reiserfs endianness finishing touches
- Hugh Dickins: some further swapoff fixes and cleanups
- prepare-for-Alan: move drivers/i2o into drivers/message/i2o
- Leonard Zubkoff: 2TB disk device fixes
- Paul Schroeder: mwave config enable
- Urban Widmark: fix via-rhine double free..
- Tom Rini: PPC fixes
- NIIBE Yutaka: SuperH update
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 7168cbdf37f6..c62eaeea7608 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -19,7 +19,6 @@ typedef struct elevator_s elevator_t; struct request { struct list_head queue; int elevator_sequence; - struct list_head table; volatile int rq_status; /* should split this into a few status bits */ #define RQ_INACTIVE (-1) |
