aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id/sysv.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/volume_id/sysv.c')
-rw-r--r--util-linux/volume_id/sysv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/volume_id/sysv.c b/util-linux/volume_id/sysv.c
index 0e6507291..e0fa20a8c 100644
--- a/util-linux/volume_id/sysv.c
+++ b/util-linux/volume_id/sysv.c
@@ -82,7 +82,7 @@ struct xenix_super {
#define XENIX_MAGIC 0x2b5544
#define SYSV_MAX_BLOCKSIZE 0x800
-int volume_id_probe_sysv(struct volume_id *id /*,uint64_t off*/)
+int FAST_FUNC volume_id_probe_sysv(struct volume_id *id /*,uint64_t off*/)
{
#define off ((uint64_t)0)
struct sysv_super *vs;