From: David Howells Date: Tue, 17 Mar 2015 22:16:40 +0000 (+0000) Subject: VFS: Make pathwalk use d_is_reg() rather than S_ISREG() X-Git-Tag: omap-for-v4.1/fixes-rc1~116^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bbcbd3b11dbc676a272be508e47d1c4a5056349;p=pandora-kernel.git VFS: Make pathwalk use d_is_reg() rather than S_ISREG() Make pathwalk use d_is_reg() rather than S_ISREG() to determine whether to honour O_TRUNC. Since this occurs after complete_walk(), the dentry type field cannot change and the inode pointer cannot change as we hold a ref on the dentry, so this should be safe. Signed-off-by: David Howells Signed-off-by: Al Viro --- Reading git-diff-tree failed