commit | 977294c7199ed84d4878a63781a67014e1f0efe8 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue Jun 05 10:38:39 2018 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue Jun 05 10:38:39 2018 -0400 |
tree | 35312e45a0afcb5529819c732a99c30a1b911288 | |
parent | fcda3d5d221bbfc469415b0fa7dc4eb87d90d955 [diff] |
NFSv4: Fix a compiler warning when CONFIG_NFS_V4_1 is undefined Fix a compiler warning: fs/nfs/nfs4proc.c:910:13: warning: 'nfs4_layoutget_release' defined but not used [-Wunused-function] static void nfs4_layoutget_release(void *calldata) ^~~~~~~~~~~~~~~~~~~~~~ Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>