diff options
author | Mike Lockwood <lockwood@android.com> | 2008-03-15 13:29:36 -0400 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2011-06-14 09:08:47 -0700 |
commit | ac7333371d447fe3f99b2b81f38f70352c3ffd07 (patch) | |
tree | f01857407a8e4e787d434be24bd9044210654e3c /fs/fat/fat.h | |
parent | 807e5f648637be8f2d8290c3a08b6eb9f8d83065 (diff) |
FAT: Add new ioctl VFAT_IOCTL_GET_VOLUME_ID for reading the volume ID.
Signed-off-by: Brian Swetland <swetland@google.com>
Diffstat (limited to 'fs/fat/fat.h')
-rw-r--r-- | fs/fat/fat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fat/fat.h b/fs/fat/fat.h index 8276cc282de..74fe5d3ed01 100644 --- a/fs/fat/fat.h +++ b/fs/fat/fat.h @@ -78,6 +78,7 @@ struct msdos_sb_info { const void *dir_ops; /* Opaque; default directory operations */ int dir_per_block; /* dir entries per block */ int dir_per_block_bits; /* log2(dir_per_block) */ + unsigned long vol_id; /* volume ID */ int fatent_shift; struct fatent_operations *fatent_ops; |