commit | fd9dc93e36231fb6d520e0edd467058fad4fd12d | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <[email protected]> | Wed Feb 06 13:07:11 2019 -0500 |
committer | Matthew Wilcox <[email protected]> | Wed Feb 06 13:12:15 2019 -0500 |
tree | aa7dc07e911ece5d69304e9e4bba1f9b937d8ce2 | |
parent | 809ab9371ca0a96b44d9866ad82849410759a45b [diff] |
XArray: Change xa_insert to return -EBUSY Userspace translates EEXIST to "File exists" which isn't a very good error message for the problem. "Device or resource busy" is a better indication of what went wrong. Signed-off-by: Matthew Wilcox <[email protected]>