git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9265f1d
)
GFS2: gfs2_atomic_open(): simplify the use of finish_no_open()
author
Al Viro
<viro@ZenIV.linux.org.uk>
Wed, 19 Nov 2014 19:35:58 +0000
(19:35 +0000)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Thu, 20 Nov 2014 11:18:08 +0000
(11:18 +0000)
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>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
No differences found