commit | c1d81b1cf937027d23f7e53cdd12328799028c6a | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Mar 06 14:24:37 2015 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Apr 15 15:06:54 2015 -0400 |
tree | 08bad0c9ca22168a42f278c199477bd6f4ffd3e1 | |
parent | 5153bc817cdbed826a18938393cc1f81ebbbd898 [diff] |
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 <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>