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

« back to all changes in this revision

Viewing changes to drivers/target/iscsi/iscsi_target_erl0.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2013-07-11 18:35:20 UTC
  • Revision ID: package-import@ubuntu.com-20130711183520-htnf1x4y5r11hndr
Tags: 3.5.0-229.42
* Release Tracking Bug
  - LP: #1199276

[ Paolo Pisati ]

* [Config] CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
834
834
                return 0;
835
835
 
836
836
        sess->time2retain_timer_flags |= ISCSI_TF_STOP;
837
 
        spin_unlock_bh(&se_tpg->session_lock);
 
837
        spin_unlock(&se_tpg->session_lock);
838
838
 
839
839
        del_timer_sync(&sess->time2retain_timer);
840
840
 
841
 
        spin_lock_bh(&se_tpg->session_lock);
 
841
        spin_lock(&se_tpg->session_lock);
842
842
        sess->time2retain_timer_flags &= ~ISCSI_TF_RUNNING;
843
843
        pr_debug("Stopped Time2Retain Timer for SID: %u\n",
844
844
                        sess->sid);