commit | 845409b49bcc8fe2ad9f1a948cc4f54c301b742d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Nov 18 21:10:23 2014 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Nov 19 12:57:21 2014 -0500 |
tree | 511718e15cfec9c0809ba838f9e48dccd5772baf | |
parent | 81295ce635a83f052497656348e9edc794b4cae6 [diff] |
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: Al Viro <viro@zeniv.linux.org.uk>