aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/types.h
diff options
context:
space:
mode:
authorRoger Gammans <roger@computer-surgery.co.uk>2006-10-04 13:37:45 +0200
committerJens Axboe <axboe@nelson.home.kernel.dk>2006-10-04 19:32:09 +0200
commit2c2345c2b4fec30d12e1e1a6ee153a80af101e32 (patch)
tree0ca95b58b0e3f3ee15c948ce97bdcfde5c8869ed /include/linux/types.h
parent[PATCH] helper function for retrieving scsi_cmd given host based block layer tag (diff)
downloadlinux-dev-2c2345c2b4fec30d12e1e1a6ee153a80af101e32.tar.xz
linux-dev-2c2345c2b4fec30d12e1e1a6ee153a80af101e32.zip
[PATCH] Document bi_sector and sector_t
Signed-Off-By: Roger Gammans <rgammans@computer-surgery.co.uk> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux/types.h')
-rw-r--r--include/linux/types.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/types.h b/include/linux/types.h
index 406d4ae57631..750f085fa564 100644
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -129,8 +129,12 @@ typedef __s64 int64_t;
/* this is a special 64bit data type that is 8-byte aligned */
#define aligned_u64 unsigned long long __attribute__((aligned(8)))
-/*
+/**
* The type used for indexing onto a disc or disc partition.
+ *
+ * Linux always considers sectors to be 512 bytes long independently
+ * of the devices real block size.
+ *
* If required, asm/types.h can override it and define
* HAVE_SECTOR_T
*/