]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/bio.h
[PATCH] PM: Fix SMP races in the freezer
[linux-2.6-omap-h63xx.git] / include / linux / bio.h
index 711c321a70119f07b6bc1d6192caec4f64aa017c..092dbd0e76586023c76850495c71ca1ab933efc3 100644 (file)
@@ -70,7 +70,8 @@ typedef void (bio_destructor_t) (struct bio *);
  * stacking drivers)
  */
 struct bio {
-       sector_t                bi_sector;
+       sector_t                bi_sector;      /* device address in 512 byte
+                                                  sectors */
        struct bio              *bi_next;       /* request queue link */
        struct block_device     *bi_bdev;
        unsigned long           bi_flags;       /* status, command, etc */