From c459836f2f6957aa00a0ec0b671bdc67eec4cccf Mon Sep 17 00:00:00 2001 From: szaka Date: Mon, 16 Feb 2009 22:32:22 +0000 Subject: [PATCH] ntfs_attr_pwrite: don't convert EIO to EOPNOTSUPP --- libntfs-3g/attrib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libntfs-3g/attrib.c b/libntfs-3g/attrib.c index 39a6a3cc..2d943b8e 100644 --- a/libntfs-3g/attrib.c +++ b/libntfs-3g/attrib.c @@ -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;