Loading fs/overlayfs/dir.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
fs/overlayfs/dir.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading