]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/blkdev.h
block: fixup rq_init() a bit
[linux-2.6-omap-h63xx.git] / include / linux / blkdev.h
index 90392a9d7a9c782f3745db67b89b03bd67ba588c..e1888cc5b8ae5d2aabfc806a9100489802422eb3 100644 (file)
@@ -137,7 +137,9 @@ enum rq_flag_bits {
 #define BLK_MAX_CDB    16
 
 /*
- * try to put the fields that are referenced together in the same cacheline
+ * try to put the fields that are referenced together in the same cacheline.
+ * if you modify this structure, be sure to check block/blk-core.c:rq_init()
+ * as well!
  */
 struct request {
        struct list_head queuelist;