Skip to content
Commit 845409b4 authored by Al Viro's avatar Al Viro
Browse files

gfs2_atomic_open(): simplify the use of finish_no_open()



In ->atomic_open(inode, dentry, file, opened) calling finish_no_open(file, NULL)
is equivalent to dget(dentry); return finish_no_open(file, dentry);

No need to open-code that...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 81295ce6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment