~ubuntu-branches/ubuntu/natty/linux-ti-omap4/natty

« back to all changes in this revision

Viewing changes to net/sunrpc/clnt.c

  • Committer: Bazaar Package Importer
  • Author(s): Bryan Wu, Bryan Wu
  • Date: 2011-04-04 21:33:36 UTC
  • Revision ID: james.westby@ubuntu.com-20110404213336-qav5h157bnma7eye
Tags: 2.6.38-1208.11
[ Bryan Wu ]

* [Config] Update to 2.6.38.2 kernel config and other changes
* SAUCE (no-up) trace: fix compiling error
* Rebased to 2.6.38.2 based Linaro kernel release
* Updates WLAN/BT/FM/Audio supporting from Andy Green and Sebastien Jan
  (u0 tag of for-ubuntu branch in Andy's tree)
* Rebased to Ubuntu master branch from 2.6.38-7.38 to 2.6.38-8.40

Show diffs side-by-side

added added

removed removed

Lines of Context:
436
436
                if (!(rovr->tk_flags & RPC_TASK_KILLED)) {
437
437
                        rovr->tk_flags |= RPC_TASK_KILLED;
438
438
                        rpc_exit(rovr, -EIO);
439
 
                        rpc_wake_up_queued_task(rovr->tk_waitqueue, rovr);
 
439
                        if (RPC_IS_QUEUED(rovr))
 
440
                                rpc_wake_up_queued_task(rovr->tk_waitqueue,
 
441
                                                        rovr);
440
442
                }
441
443
        }
442
444
        spin_unlock(&clnt->cl_lock);