From a0e7676e9c8ab576104b97a6da2dcce6e0227717 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 5 Apr 2012 02:13:36 +0000 Subject: [PATCH] Cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4190 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/README | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scst/README b/scst/README index e7bb28c2b..f08f6a059 100644 --- a/scst/README +++ b/scst/README @@ -1496,8 +1496,7 @@ fd = open(filename, O_RDWR); if (fd < 0) { err = errno; ... -} -else { +} else { err = ioctl(fd, BLKFLSBUF); if (err < 0) { err = errno; @@ -1506,9 +1505,6 @@ else { close(fd); } -Patch to implement a sysfs entry for the FILEIO handler to accomplish -the above is welcome. - BLOCKIO VDISK mode ------------------