aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/yfsclient.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2020-02-06 14:22:27 +0000
committerDavid Howells <dhowells@redhat.com>2020-06-09 18:17:14 +0100
commit4a06fa5403832ce65986654e46042796f4e6123d (patch)
tree32e1c8ae334f54a1021867777fab3e0f8758f659 /fs/afs/yfsclient.c
parentafs: Fix debugging statements with %px to be %p (diff)
downloadlinux-dev-4a06fa5403832ce65986654e46042796f4e6123d.tar.xz
linux-dev-4a06fa5403832ce65986654e46042796f4e6123d.zip
afs: Remove afs_zero_fid as it's not used
Remove afs_zero_fid as it's not used. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to '')
-rw-r--r--fs/afs/yfsclient.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/afs/yfsclient.c b/fs/afs/yfsclient.c
index b0a6e40b4da3..52d5af5fcd44 100644
--- a/fs/afs/yfsclient.c
+++ b/fs/afs/yfsclient.c
@@ -15,8 +15,6 @@
#include "xdr_fs.h"
#include "protocol_yfs.h"
-static const struct afs_fid afs_zero_fid;
-
#define xdr_size(x) (sizeof(*x) / sizeof(__be32))
static void xdr_decode_YFSFid(const __be32 **_bp, struct afs_fid *fid)