From: Al Viro Date: Thu, 18 Sep 2014 21:42:35 +0000 (-0400) Subject: gfs2_create_inode(): don't bother with d_splice_alias() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~140^2~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81295ce635a83f052497656348e9edc794b4cae6;p=pandora-kernel.git gfs2_create_inode(): don't bother with d_splice_alias() dentry is always hashed and negative, inode - non-error, non-NULL and non-directory. In such conditions d_splice_alias() is equivalent to "d_instantiate(dentry, inode) and return NULL", which simplifies the downstream code and is consistent with the "have to create a new object" case. Signed-off-by: Al Viro --- Reading git-diff-tree failed