mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 21:51:27 +00:00
Cleanup
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4190 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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
|
||||
------------------
|
||||
|
||||
Reference in New Issue
Block a user