提交 60dac5e2 编写于 作者: C Cesar Eduardo Barros 提交者: Greg Kroah-Hartman

firmware: use noinline_for_stack

The comment above fw_file_size() suggests it is noinline for stack size
reasons. Use noinline_for_stack to make this more clear.
Signed-off-by: NCesar Eduardo Barros <cesarb@cesarb.net>
Acked-by: NMing Lei <ming.lei@canonical.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 bd9eb7fb
...@@ -277,7 +277,7 @@ static const char *fw_path[] = { ...@@ -277,7 +277,7 @@ static const char *fw_path[] = {
}; };
/* Don't inline this: 'struct kstat' is biggish */ /* Don't inline this: 'struct kstat' is biggish */
static noinline long fw_file_size(struct file *file) static noinline_for_stack long fw_file_size(struct file *file)
{ {
struct kstat st; struct kstat st;
if (vfs_getattr(file->f_path.mnt, file->f_path.dentry, &st)) if (vfs_getattr(file->f_path.mnt, file->f_path.dentry, &st))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册