ntfs_attr_pwrite: don't convert EIO to EOPNOTSUPP
parent
1600d6917a
commit
c459836f2f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue