diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-11-19 05:10:23 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-11-19 20:57:21 +0300 |
commit | 845409b49bcc8fe2ad9f1a948cc4f54c301b742d (patch) | |
tree | 511718e15cfec9c0809ba838f9e48dccd5772baf /tools/perf/scripts/python | |
parent | 81295ce635a83f052497656348e9edc794b4cae6 (diff) | |
download | linux-845409b49bcc8fe2ad9f1a948cc4f54c301b742d.tar.xz |
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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions