Re: [PATCH] efi: add comment to avoid future expanding of sysfs systab

2017-12-05 Thread Greg KH
On Tue, Dec 05, 2017 at 05:42:27PM +0800, Dave Young wrote: > /sys/firmware/efi/systab shows several different values, it breaks sysfs > one file one value design. But since there are already userspace tools > depend on it eg. kexec-tools so add code comment to alert future expanding > of this fil

[PATCH] efi: add comment to avoid future expanding of sysfs systab

2017-12-05 Thread Dave Young
/sys/firmware/efi/systab shows several different values, it breaks sysfs one file one value design. But since there are already userspace tools depend on it eg. kexec-tools so add code comment to alert future expanding of this file. Signed-off-by: Dave Young --- drivers/firmware/efi/efi.c |