From: David Howells Date: Thu, 13 Jun 2013 22:37:49 +0000 (+0100) Subject: Replace a bunch of file->dentry->d_inode refs with file_inode() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~42^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c77cecee52e9b599da1f8ffd9170d4374c99a345;p=pandora-kernel.git Replace a bunch of file->dentry->d_inode refs with file_inode() Replace a bunch of file->dentry->d_inode refs with file_inode(). In __fput(), use file->f_inode instead so as not to be affected by any tricks that file_inode() might grow. Signed-off-by: David Howells Signed-off-by: Al Viro --- Reading git-diff-tree failed