commit | 69383c5913a5d74b4aa7e2b78a5cf14ebfbba538 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Tue Sep 25 14:57:42 2018 +0000 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Tue Sep 25 20:41:23 2018 +0200 |
tree | d1ecafee08f98f6d7332b9ae331a8e06a62689f2 | |
parent | a725356b6659469d182d662f22d770d83d3bc7b5 [diff] |
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>