commit | c77cecee52e9b599da1f8ffd9170d4374c99a345 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Jun 13 23:37:49 2013 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jun 29 12:57:13 2013 +0400 |
tree | 7f3b178cda88ca3e94cf2992b438ccabd7938a62 | |
parent | 656d09df8f73b6f2ae0c7205c6eb79f1642353f8 [diff] |
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 <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>