projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60481b1
)
[SCSI] Remove host template ordered_flush variable
author
Tetsuo Takata
<takatan.linux@gmail.com>
Wed, 25 Jan 2006 10:12:40 +0000
(11:12 +0100)
committer
Jens Axboe
<axboe@suse.de>
Wed, 25 Jan 2006 10:12:40 +0000
(11:12 +0100)
After the recent overhaul of the block layer the variable
"ordered_flush" is no longer used.
Signed-off-by: Tetsuo Takata <takatatt@intellilink.co.jp>
Signed-off-by: Jens Axboe <axboe@suse.de>
include/scsi/scsi_host.h
patch
|
blob
|
history
diff --git
a/include/scsi/scsi_host.h
b/include/scsi/scsi_host.h
index 467274a764d172487c2717f0aa7eac2eb5f81b0d..827992949c4bfe2b94635262483a4863aa0b2550 100644
(file)
--- a/
include/scsi/scsi_host.h
+++ b/
include/scsi/scsi_host.h
@@
-554,7
+554,6
@@
struct Scsi_Host {
/*
* ordered write support
*/
- unsigned ordered_flush:1;
unsigned ordered_tag:1;
/*