[PATCH -next] afs: remove unused variable 'afs_zero_fid'

2019-10-23 Thread YueHaibing
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 Signed-off-by: YueHaibing --- fs/afs/yfsclient.c | 2 -- 1 file change

Re: [PATCH -next] afs: remove unused variable 'afs_zero_fid'

2019-08-09 Thread Jeffrey E Altman
Confirmed. On 8/9/2019 4:42 AM, YueHaibing wrote: > 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 > Signe

[PATCH -next] afs: remove unused variable 'afs_zero_fid'

2019-08-09 Thread YueHaibing
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 Signed-off-by: YueHaibing --- fs/afs/fsclient.c | 2 -- 1 file changed