Revision 0723d4a8064d52ae44ef2e19749a190b08846be3 authored by FUJITA Tomonori on 09 October 2008, 02:25:42 UTC, committed by James Bottomley on 23 October 2008, 16:42:17 UTC
Since the commit 50bed2e2862a8f3a4f7d683d0d27292e71ef18b9 (sg: disable
interrupts inside sg_copy_buffer), no need to disable interrupts
before calling scsi_sg_copy_from_buffer. So we can simplify
tw_transfer_internal, which disables interrupts just for
scsi_sg_copy_from_buffer.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>\
Acked-by: Adam Radford <linuxraid@amcc.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
1 parent aa198bf
History
File Mode Size
Kconfig -rw-r--r-- 773 bytes
Makefile -rw-r--r-- 378 bytes
clockevents.c -rw-r--r-- 5.7 KB
clocksource.c -rw-r--r-- 13.9 KB
jiffies.c -rw-r--r-- 2.5 KB
ntp.c -rw-r--r-- 11.6 KB
tick-broadcast.c -rw-r--r-- 13.9 KB
tick-common.c -rw-r--r-- 8.8 KB
tick-internal.h -rw-r--r-- 4.3 KB
tick-oneshot.c -rw-r--r-- 3.4 KB
tick-sched.c -rw-r--r-- 17.8 KB
timekeeping.c -rw-r--r-- 13.3 KB
timer_list.c -rw-r--r-- 6.9 KB
timer_stats.c -rw-r--r-- 9.7 KB

back to top