diff options
author | 2019-11-11 20:23:59 +0800 | |
---|---|---|
committer | 2019-11-12 11:49:04 +0100 | |
commit | 00929447f5758c4f64c74d0a4b40a6eb3d9df0e3 (patch) | |
tree | e66c769b92e9f2f2af822523543168a95a137a9b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fuse: verify nlink (diff) | |
download | linux-rng-00929447f5758c4f64c74d0a4b40a6eb3d9df0e3.tar.xz linux-rng-00929447f5758c4f64c74d0a4b40a6eb3d9df0e3.zip |
virtiofs: Fix old-style declaration
There expect the 'static' keyword to come first in a declaration, and we
get warnings like this with "make W=1":
fs/fuse/virtio_fs.c:687:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
fs/fuse/virtio_fs.c:692:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
fs/fuse/virtio_fs.c:1029:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions