From: David Howells Date: Thu, 6 Feb 2020 14:22:27 +0000 (+0000) Subject: afs: Remove afs_zero_fid as it's not used X-Git-Tag: v5.10.7~2380^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a06fa5403832ce65986654e46042796f4e6123d;p=platform%2Fkernel%2Flinux-rpi.git afs: Remove afs_zero_fid as it's not used Remove afs_zero_fid as it's not used. Signed-off-by: David Howells --- 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)