Re: [PATCH 1/3] vfs: constify path argument to kernel_read_file_from_path

2017-09-15 Thread Linus Torvalds
On Thu, Sep 14, 2017 at 9:58 PM, Mimi Zohar wrote: > This patch constifies the path argument to kernel_read_file_from_path. I've applied this upstream independently of everything else, because it's obviously the right thing to do (as the sound_firmware.h part of the patch shows, never mind the wh

[PATCH 1/3] vfs: constify path argument to kernel_read_file_from_path

2017-09-14 Thread Mimi Zohar
This patch constifies the path argument to kernel_read_file_from_path. Signed-off-by: Mimi Zohar --- fs/exec.c | 2 +- include/linux/fs.h | 2 +- sound/oss/sound_firmware.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/exec.c b/fs/exec.c index