ovl: return EIO on internal error
EIO better represents an internal error than ENOENT. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
Родитель
f73cc77c3a
Коммит
dd8ac699ed
|
@ -191,7 +191,7 @@ struct dentry *ovl_create_real(struct inode *dir, struct dentry *newdentry,
|
|||
* Not quite sure if non-instantiated dentry is legal or not.
|
||||
* VFS doesn't seem to care so check and warn here.
|
||||
*/
|
||||
err = -ENOENT;
|
||||
err = -EIO;
|
||||
}
|
||||
out:
|
||||
if (err) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче