mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 21:30:53 +07:00
nfsd4: nfsd_process_n_delegations should be static
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
24ff99c6fe
commit
da5c80a935
@ -4578,7 +4578,7 @@ void nfsd_forget_openowners(u64 num)
|
||||
printk(KERN_INFO "NFSD: Forgot %d open owners", count);
|
||||
}
|
||||
|
||||
int nfsd_process_n_delegations(u64 num, struct list_head *list)
|
||||
static int nfsd_process_n_delegations(u64 num, struct list_head *list)
|
||||
{
|
||||
int i, count = 0;
|
||||
struct nfs4_file *fp, *fnext;
|
||||
|
Loading…
Reference in New Issue
Block a user