Merge tag 'docs-for-linus' of git://git.lwn.net/linux
[deliverable/linux.git] / net / sctp / chunk.c
index 958ef5f33f4b8165592f1631cb6c4bf035dcc702..1eb94bf18ef443eb7cefdf000ac2404587151572 100644 (file)
@@ -239,7 +239,7 @@ struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc,
        offset = 0;
 
        if ((whole > 1) || (whole && over))
-               SCTP_INC_STATS_USER(sock_net(asoc->base.sk), SCTP_MIB_FRAGUSRMSGS);
+               SCTP_INC_STATS(sock_net(asoc->base.sk), SCTP_MIB_FRAGUSRMSGS);
 
        /* Create chunks for all the full sized DATA chunks. */
        for (i = 0, len = first_len; i < whole; i++) {
This page took 0.024725 seconds and 5 git commands to generate.