Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da5c80a9 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: nfsd_process_n_delegations should be static

parent 24ff99c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;