ntfs_attr_pwrite: don't convert EIO to EOPNOTSUPP

master
szaka 2009-02-16 22:32:22 +00:00
parent 1600d6917a
commit c459836f2f
1 changed files with 0 additions and 1 deletions

View File

@ -1426,7 +1426,6 @@ rl_err_out:
* TODO: Need to try to change initialized_size. If it
* succeeds goto done, otherwise goto err_out. (AIA)
*/
errno = EOPNOTSUPP;
goto err_out;
}
goto done;