aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2013-11-18 14:33:50 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2013-11-19 16:20:41 -0500
commit829e57d7c590832caad04355b044667902194f6a (patch)
tree59013ab8affc4acc80f19b8498b816016e7cda98 /fs/nfs
parentNFS: Enabling v4.2 should not recompile nfsd and lockd (diff)
downloadlinux-dev-829e57d7c590832caad04355b044667902194f6a.tar.xz
linux-dev-829e57d7c590832caad04355b044667902194f6a.zip
NFS: Fix a warning in nfs_setsecurity
Fix the following warning: linux-nfs/fs/nfs/inode.c:315:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration] Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c
index 18ab2da4eeb6..00ad1c2b217d 100644
--- a/fs/nfs/inode.c
+++ b/fs/nfs/inode.c
@@ -312,7 +312,7 @@ struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags)
}
EXPORT_SYMBOL_GPL(nfs4_label_alloc);
#else
-void inline nfs_setsecurity(struct inode *inode, struct nfs_fattr *fattr,
+void nfs_setsecurity(struct inode *inode, struct nfs_fattr *fattr,
struct nfs4_label *label)
{
}