OSDN Git Service

afs: Remove afs_zero_fid as it's not used
authorDavid Howells <dhowells@redhat.com>
Thu, 6 Feb 2020 14:22:27 +0000 (14:22 +0000)
committerDavid Howells <dhowells@redhat.com>
Tue, 9 Jun 2020 17:17:14 +0000 (18:17 +0100)
Remove afs_zero_fid as it's not used.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/yfsclient.c

index b0a6e40..52d5af5 100644 (file)
@@ -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)