Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache
with the way fs/namei.c:do_last() had been done, ->atomic_open() instances needed to recognize the case when existing file got found with O_EXCL|O_CREAT, either by falling back to finish_no_open() or failing themselves. gfs2 one didn't. Fixes: 6d4ade9 (GFS2: Add atomic_open support) Cc: [email protected] # v3.11 Signed-off-by: Al Viro <[email protected]>
- Loading branch information