mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
* 'for-2.6.37' of git://linux-nfs.org/~bfields/linux: (99 commits) svcrpc: svc_tcp_sendto XPT_DEAD check is redundant svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue svcrpc: assume svc_delete_xprt() called only once svcrpc: never clear XPT_BUSY on dead xprt nfsd4: fix connection allocation in sequence() nfsd4: only require krb5 principal for NFSv4.0 callbacks nfsd4: move minorversion to client nfsd4: delay session removal till free_client nfsd4: separate callback change and callback probe nfsd4: callback program number is per-session nfsd4: track backchannel connections nfsd4: confirm only on succesful create_session nfsd4: make backchannel sequence number per-session nfsd4: use client pointer to backchannel session nfsd4: move callback setup into session init code nfsd4: don't cache seq_misordered replies SUNRPC: Properly initialize sock_xprt.srcaddr in all cases SUNRPC: Use conventional switch statement when reclassifying sockets sunrpc/xprtrdma: clean up workqueue usage sunrpc: Turn list_for_each-s into the ..._entry-s ... Fix up trivial conflicts (two different deprecation notices added in separate branches) in Documentation/feature-removal-schedule.txt
This commit is contained in:
commit
4390110fef
61 changed files with 1549 additions and 1951 deletions
|
@ -1145,7 +1145,7 @@ call_kill:
|
|||
}
|
||||
EXPORT_SYMBOL(sock_wake_async);
|
||||
|
||||
static int __sock_create(struct net *net, int family, int type, int protocol,
|
||||
int __sock_create(struct net *net, int family, int type, int protocol,
|
||||
struct socket **res, int kern)
|
||||
{
|
||||
int err;
|
||||
|
@ -1257,6 +1257,7 @@ out_release:
|
|||
rcu_read_unlock();
|
||||
goto out_sock_release;
|
||||
}
|
||||
EXPORT_SYMBOL(__sock_create);
|
||||
|
||||
int sock_create(int family, int type, int protocol, struct socket **res)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue