Home
last modified time | relevance | path

Searched hist:"00929447 f5758c4f64c74d0a4b40a6eb3d9df0e3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/fuse/
H A Dvirtio_fs.cdiff 00929447f5758c4f64c74d0a4b40a6eb3d9df0e3 Mon Nov 11 06:23:59 CST 2019 YueHaibing <yuehaibing@huawei.com> 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>