mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 12:41:26 +00:00
Removed spaces in front of tabs.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3463 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -3058,8 +3058,8 @@ static void blockio_exec_rw(struct scst_cmd *cmd, struct scst_vdisk_thr *thr,
|
||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 39)
|
||||
blk_finish_plug(&plug);
|
||||
#else
|
||||
if (q && q->unplug_fn)
|
||||
q->unplug_fn(q);
|
||||
if (q && q->unplug_fn)
|
||||
q->unplug_fn(q);
|
||||
#endif
|
||||
|
||||
blockio_check_finish(blockio_work);
|
||||
|
||||
Reference in New Issue
Block a user