mount: make filesystems[] array byte-aligned
text data bss dec hex filename 1021120 559 5052 1026731 faaab busybox_old 1021092 559 5052 1026703 faa8f busybox_unstripped Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
6cc4962b60
commit
6599e380ed
@ -641,7 +641,7 @@ static unsigned long parse_mount_options(char *options, char **unrecognized)
|
|||||||
// Return a list of all block device backed filesystems
|
// Return a list of all block device backed filesystems
|
||||||
static llist_t *get_block_backed_filesystems(void)
|
static llist_t *get_block_backed_filesystems(void)
|
||||||
{
|
{
|
||||||
static const char filesystems[2][sizeof("/proc/filesystems")] = {
|
static const char filesystems[2][sizeof("/proc/filesystems")] ALIGN1 = {
|
||||||
"/etc/filesystems",
|
"/etc/filesystems",
|
||||||
"/proc/filesystems",
|
"/proc/filesystems",
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user