diff options
Diffstat (limited to 'daemon/daemon.h')
-rw-r--r-- | daemon/daemon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/daemon.h b/daemon/daemon.h index c92e1108..c45a7fe1 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -132,6 +132,9 @@ extern int sync_disks (void); /*-- in ext2.c --*/ extern int e2prog (char *name); /* Massive hack for RHEL 5. */ +/* Confirmed this is true up to ext4 from the Linux sources. */ +#define EXT2_LABEL_MAX 16 + /*-- in lvm.c --*/ extern int lv_canonical (const char *device, char **ret); |