summaryrefslogtreecommitdiff
path: root/fs/afs/fsclient.c
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-08-09 11:42:31 +0300
committerDavid Howells <dhowells@redhat.com>2019-09-02 13:43:54 +0300
commit52c9c130780095fdf72fbf6920a6a1c936fb5e6f (patch)
tree089ceedc09b0e689a30968ae09949ad0dd2032f7 /fs/afs/fsclient.c
parentcacf2d7dcf966a57e30f66c0598c88e2b64865a3 (diff)
downloadlinux-52c9c130780095fdf72fbf6920a6a1c936fb5e6f.tar.xz
afs: remove unused variable 'afs_zero_fid'
fs/afs/fsclient.c:18:29: warning: afs_zero_fid defined but not used [-Wunused-const-variable=] It is never used since commit 025db80c9e42 ("afs: Trace the initiation and completion of client calls") Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'fs/afs/fsclient.c')
-rw-r--r--fs/afs/fsclient.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/afs/fsclient.c b/fs/afs/fsclient.c
index 114f281f3687..67af0682342e 100644
--- a/fs/afs/fsclient.c
+++ b/fs/afs/fsclient.c
@@ -15,8 +15,6 @@
#include "xdr_fs.h"
#include "protocol_yfs.h"
-static const struct afs_fid afs_zero_fid;
-
static inline void afs_use_fs_server(struct afs_call *call, struct afs_cb_interest *cbi)
{
call->cbi = afs_get_cb_interest(cbi);