From: Al Viro Date: Wed, 19 Nov 2014 02:10:23 +0000 (-0500) Subject: gfs2_atomic_open(): simplify the use of finish_no_open() X-Git-Tag: omap-for-v3.19/fixes-rc1~143^2~20^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=845409b49bcc8fe2ad9f1a948cc4f54c301b742d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed