]> asedeno.scripts.mit.edu Git - linux.git/commit
afs: remove unused variable 'afs_voltypes'
authorYueHaibing <yuehaibing@huawei.com>
Fri, 9 Aug 2019 08:40:37 +0000 (16:40 +0800)
committerDavid Howells <dhowells@redhat.com>
Mon, 2 Sep 2019 10:43:54 +0000 (11:43 +0100)
commitcacf2d7dcf966a57e30f66c0598c88e2b64865a3
treecab91e56b60156811931e0208501c300fc4a192d
parentf16180739cd18a39a1a45516ac0e65d18a9f100e
afs: remove unused variable 'afs_voltypes'

fs/afs/volume.c:15:26: warning:
 afs_voltypes defined but not used [-Wunused-const-variable=]

It is not used since commit d2ddc776a458 ("afs: Overhaul
volume and server record caching and fileserver rotation")

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/volume.c