Reverted one whitespace change from r2431 because it made the source code less readable.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2440 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-10-21 18:56:24 +00:00
parent bda82476ad
commit 078aa2a35a

View File

@@ -2998,8 +2998,8 @@ static int blockio_flush(struct block_device *bdev)
TRACE_ENTRY();
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 35) \
&& !(defined(CONFIG_SUSE_KERNEL) \
&& LINUX_VERSION_CODE == KERNEL_VERSION(2, 6, 34))
&& !(defined(CONFIG_SUSE_KERNEL) \
&& LINUX_VERSION_CODE == KERNEL_VERSION(2, 6, 34))
res = blkdev_issue_flush(bdev, NULL);
#else
res = blkdev_issue_flush(bdev, GFP_KERNEL, NULL, BLKDEV_IFL_WAIT);