Fix this: fs/nfsd/nfs4pnfsd.c: In function 'cl_has_file_layout': fs/nfsd/nfs4pnfsd.c:1093:20: warning: unused variable 'stid' [-Wunused-variable] Was something forgotten? or It's really not needed any longer? Signed-off-by: Boaz Harrosh <bharrosh@xxxxxxxxxxx> --- fs/nfsd/nfs4pnfsd.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/nfsd/nfs4pnfsd.c b/fs/nfsd/nfs4pnfsd.c index d2860c9..ca5c18a 100644 --- a/fs/nfsd/nfs4pnfsd.c +++ b/fs/nfsd/nfs4pnfsd.c @@ -1090,7 +1090,6 @@ int nfs4_pnfs_return_layout(struct super_block *sb, struct svc_fh *current_fh, static bool cl_has_file_layout(struct nfs4_client *clp, struct nfs4_file *fp, stateid_t *lsid) { - struct nfs4_stid *stid; struct nfs4_layout_state *ls; spin_lock(&layout_lock); -- 1.7.6.4 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html