hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/include/linux/lockd/bind.h
....@@ -46,6 +46,7 @@
4646 int noresvport;
4747 struct net *net;
4848 const struct nlmclnt_operations *nlmclnt_ops;
49
+ const struct cred *cred;
4950 };
5051
5152 /*
....@@ -75,7 +76,7 @@
7576 };
7677
7778 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);
7980 extern void lockd_down(struct net *net);
8081
8182 #endif /* LINUX_LOCKD_BIND_H */