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)
commit69383c5913a5d74b4aa7e2b78a5cf14ebfbba538
treed1ecafee08f98f6d7332b9ae331a8e06a62689f2
parenta725356b6659469d182d662f22d770d83d3bc7b5
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: 5b910bd615ba ("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