]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/sctp/endpointola.c
Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux
[mirror_ubuntu-artful-kernel.git] / net / sctp / endpointola.c
index 6ffb6c1b13b7efb1cb024c94f022eb1afacaf29a..8e5fdea05216b85137dd912563f26212f817d931 100644 (file)
@@ -368,9 +368,9 @@ struct sctp_association *sctp_endpoint_lookup_assoc(
 {
        struct sctp_association *asoc;
 
-       sctp_local_bh_disable();
+       local_bh_disable();
        asoc = __sctp_endpoint_lookup_assoc(ep, paddr, transport);
-       sctp_local_bh_enable();
+       local_bh_enable();
 
        return asoc;
 }