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 ------------------