kernel/include/linux/lockd/bind.h
.. .. @@ -46,6 +46,7 @@ 46 46 int noresvport; 47 47 struct net *net; 48 48 const struct nlmclnt_operations *nlmclnt_ops; 49 + const struct cred *cred;49 50 }; 50 51 51 52 /* .. .. @@ -75,7 +76,7 @@ 75 76 }; 76 77 77 78 extern int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data); 78 -extern int lockd_up(struct net *net);79 +extern int lockd_up(struct net *net, const struct cred *cred);79 80 extern void lockd_down(struct net *net); 80 81 81 82 #endif /* LINUX_LOCKD_BIND_H */