From: David Howells Date: Fri, 6 Mar 2015 14:24:37 +0000 (+0000) Subject: VFS: Fix up some ->d_inode accesses in the chelsio driver X-Git-Tag: omap-for-v4.2/o2_dc~10^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1d81b1cf937027d23f7e53cdd12328799028c6a;p=pandora-kernel.git VFS: Fix up some ->d_inode accesses in the chelsio driver Fix up some ->d_inode accesses in the chelsio driver. (1) FILE_DATA() should just be replaced with file_inode(). (2) set_debugfs_file_size() should be removed and debugfs_create_file_size() should be used to create the file. Signed-off-by: David Howells Signed-off-by: Al Viro --- Reading git-diff-tree failed