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>
This commit is contained in:
parent
694e096fd7
commit
829e57d7c5
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags)
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(nfs4_label_alloc);
|
EXPORT_SYMBOL_GPL(nfs4_label_alloc);
|
||||||
#else
|
#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)
|
struct nfs4_label *label)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue