commit | 63832aabec12a28a41a221773ab3819d30ba0a67 | [log] [tgz] |
---|---|---|
author | Shivaram Upadhyayula <shivaram.u@quadstor.com> | Tue Dec 10 16:06:40 2013 +0530 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Wed Dec 11 16:06:20 2013 -0800 |
tree | fa96aba38cc6187e40722d7ff04a60905c66d6d5 | |
parent | 94a7111043d99819cd0a72d9b3174c7054adb2a0 [diff] |
qla2xxx: Fix schedule_delayed_work() for target timeout calculations This patch fixes two cases in qla_target.c code where the schedule_delayed_work() value was being incorrectly calculated from sess->expires - jiffies. Signed-off-by: Shivaram U <shivaram.u@quadstor.com> Cc: <stable@vger.kernel.org> #3.6+ Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>