From: Al Viro Date: Wed, 19 Nov 2014 19:35:58 +0000 (+0000) Subject: GFS2: gfs2_atomic_open(): simplify the use of finish_no_open() X-Git-Tag: omap-for-v3.19/fixes-rc1~148^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec7d879c457611e540cb465c25f3040facbd1185;p=pandora-kernel.git GFS2: 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 Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed