diff options
author | FUJITA Tomonori <[email protected]> | 2008-07-04 09:33:01 +0200 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2008-07-04 09:52:14 +0200 |
commit | fce5384755e8e0e56c5609d2972db4702990d592 (patch) | |
tree | 901ce009cd49d95870d74c82d6e0b368368d4531 /net/unix/sysctl_net_unix.c | |
parent | 62858dacc8dea55c5bdb474ccd8acb0657e23dd0 (diff) |
cdrom: revert commit 22a9189 (cdrom: use kmalloced buffers instead of buffers on stack)
The commit 22a9189fd073db3d03a4cf8b8c098aa207602de1 (cdrom: use
kmalloced buffers instead of buffers on stack) is introduced to use
kmalloced buffers for packet commands to avoid stack corruption on non
coherent platforms.
SCSI cdrom uses blk_rq_map_kern, which properly avoids DMA on the
stack by using the bounce buffers. IDE cdrom also has the mechnism to
avoids DMA on the stack. So we don't need this extra complexitiy in
cdrom.c, such as allocating just 8 bytes. The lower layers can handle
it.
Signed-off-by: FUJITA Tomonori <[email protected]>
Cc: Thomas Bogendoerfer <[email protected]>
Cc: Bartlomiej Zolnierkiewicz <[email protected]>
Cc: Thomas Bogendoerfer <[email protected]>
Cc: Tejun Heo <[email protected]>
Cc: James Bottomley <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions