diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-06 10:27:13 -0700 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-12-26 13:07:00 +0100 |
| commit | 96fdf2ebe27e293eedf3d77c3f87da41914b285d (patch) | |
| tree | 43a28a2251ac77a9592bc5249e4267e5ea443a54 /fs/xattr.c | |
| parent | e1dfb2b3e0c84d95267e06c91b90f9fdf7081e2a (diff) | |
initramfs: avoid "label at end of compound statement" error
Commit 17a9be317475 ("initramfs: Always do fput() and load modules after
rootfs populate") introduced an error for the
CONFIG_BLK_DEV_RAM=y
case, because even though the code looks fine, the compiler really wants
a statement after a label, or you'll get complaints:
init/initramfs.c: In function 'populate_rootfs':
init/initramfs.c:644:2: error: label at end of compound statement
That commit moved the subsequent statements to outside the compound
statement, leaving the label without any associated statements.
Reported-by: Jörg Otte <jrg.otte@gmail.com>
Fixes: 17a9be317475 ("initramfs: Always do fput() and load modules after rootfs populate")
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Stafford Horne <shorne@gmail.com>
Cc: stable@vger.kernel.org # if 17a9be317475 gets backported
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Joe Maples <joe@frap129.org>
Diffstat (limited to 'fs/xattr.c')
0 files changed, 0 insertions, 0 deletions
