commit | 5addcd5dbd8c2d2bcf719a2eb41a9b43bf9a7935 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Mon Sep 23 13:52:31 2019 +0800 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Tue Sep 24 15:28:02 2019 +0200 |
tree | 483d1d17cc984c30d2fb31de5f4cae19b0a0da69 | |
parent | 9ad09b1976c562061636ff1e01bfc3a57aebe56b [diff] |
fuse: Make fuse_args_to_req static Fix sparse warning: fs/fuse/dev.c:468:6: warning: symbol 'fuse_args_to_req' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: YueHaibing <yuehaibing@huawei.com> Fixes: 68583165f962 ("fuse: add pages to fuse_args") Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>