]> git.baikalelectronics.ru Git - kernel.git/commit
ovl: make symbol 'ovl_aops' static
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 25 Sep 2018 14:57:42 +0000 (14:57 +0000)
committerMiklos Szeredi <mszeredi@redhat.com>
Tue, 25 Sep 2018 18:41:23 +0000 (20:41 +0200)
commit93b05e9afeae58e7d211a6d38a6f563eb8d5d8a8
treed1ecafee08f98f6d7332b9ae331a8e06a62689f2
parent2a679517d6a4038e92f1b58ec3095b859f0c9c3e
ovl: make symbol 'ovl_aops' static

Fixes the following sparse warning:

fs/overlayfs/inode.c:507:39: warning:
 symbol 'ovl_aops' was not declared. Should it be static?

Fixes: 29c31a580960 ("ovl: fix GPF in swapfile_activate of file from overlayfs over xfs")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/overlayfs/inode.c