ntfs_attr_update_mapping_pairs(): fix last ntfs_attr_update_meta() errno
parent
c46ce72177
commit
61842b0bac
|
@ -4347,7 +4347,7 @@ retry:
|
|||
switch (err) {
|
||||
case -1: return -1;
|
||||
case -2: goto retry;
|
||||
case -3: goto put_err_out;
|
||||
case -3: err = errno; goto put_err_out;
|
||||
}
|
||||
|
||||
/* Get the size for the rest of mapping pairs array. */
|
||||
|
|
Loading…
Reference in New Issue