From: Al Viro Date: Thu, 8 May 2014 01:24:47 +0000 (-0400) Subject: lustre: switch ll_intent_file_open() to struct dentry * X-Git-Tag: omap-for-v3.19/fixes-rc1~143^2~3^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48eddfd5ca591d2bd97594afd58cffa6b5a48ef4;p=pandora-kernel.git lustre: switch ll_intent_file_open() to struct dentry * ... because fake struct file is wrong. ll_prep_inode() in there is an atrocity - despite passing a pointer to inode by address, it actually only uses the value when that value is non-NULL, as it will be here. Oh, and ->d_parent of anything is never NULL. Signed-off-by: Al Viro --- Reading git-diff-tree failed