aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util-linux/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index aa38847ec..cfb6b570f 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -641,7 +641,7 @@ static unsigned long parse_mount_options(char *options, char **unrecognized)
641// Return a list of all block device backed filesystems 641// Return a list of all block device backed filesystems
642static llist_t *get_block_backed_filesystems(void) 642static llist_t *get_block_backed_filesystems(void)
643{ 643{
644 static const char filesystems[2][sizeof("/proc/filesystems")] = { 644 static const char filesystems[2][sizeof("/proc/filesystems")] ALIGN1 = {
645 "/etc/filesystems", 645 "/etc/filesystems",
646 "/proc/filesystems", 646 "/proc/filesystems",
647 }; 647 };