~ubuntu-branches/ubuntu/quantal/linux-ti-omap4/quantal-proposed

« back to all changes in this revision

Viewing changes to net/iucv/af_iucv.c

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-08 09:09:23 UTC
  • Revision ID: package-import@ubuntu.com-20130608090923-ibtnp6edtrn3sxik
Tags: 3.5.0-226.39
[ Brad Figg ]

UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1331
1331
        struct sk_buff *skb, *rskb, *cskb;
1332
1332
        int err = 0;
1333
1333
 
 
1334
        msg->msg_namelen = 0;
 
1335
 
1334
1336
        if ((sk->sk_state == IUCV_DISCONN) &&
1335
1337
            skb_queue_empty(&iucv->backlog_skb_q) &&
1336
1338
            skb_queue_empty(&sk->sk_receive_queue) &&