diff options
Diffstat (limited to 'util-linux/volume_id/unused_msdos.c')
-rw-r--r-- | util-linux/volume_id/unused_msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/volume_id/unused_msdos.c b/util-linux/volume_id/unused_msdos.c index 465f22dc3..ccec72c5e 100644 --- a/util-linux/volume_id/unused_msdos.c +++ b/util-linux/volume_id/unused_msdos.c | |||
@@ -47,7 +47,7 @@ struct msdos_partition_entry { | |||
47 | #define is_raid(type) \ | 47 | #define is_raid(type) \ |
48 | (type == LINUX_RAID_PARTITION) | 48 | (type == LINUX_RAID_PARTITION) |
49 | 49 | ||
50 | int volume_id_probe_msdos_part_table(struct volume_id *id, uint64_t off) | 50 | int FAST_FUNC volume_id_probe_msdos_part_table(struct volume_id *id, uint64_t off) |
51 | { | 51 | { |
52 | const uint8_t *buf; | 52 | const uint8_t *buf; |
53 | int i; | 53 | int i; |