summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2004-07-28 09:12:45 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-07-28 09:12:45 -0700
commit7ee0abe68dd89552dbd003f4c297cb0c746eb175 (patch)
tree2af71c7de13579354b39d9ccd575cfd921eba18c /include/linux/fs.h
parentb34fbc4c8fdc91712ffe0ddbef0c7d5dd2571120 (diff)
[PATCH] trivial doc patch for partitions
It's slightly hard to see how these variables are used; this patch adds a short description. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 819e67e3a95b..7f64f2b2cada 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -356,6 +356,7 @@ struct block_device {
struct block_device * bd_contains;
unsigned bd_block_size;
struct hd_struct * bd_part;
+ /* number of times partitions within this device have been opened. */
unsigned bd_part_count;
int bd_invalidated;
struct gendisk * bd_disk;