]> git.baikalelectronics.ru Git - kernel.git/commit
configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inode
authorDavid Howells <dhowells@redhat.com>
Mon, 2 Mar 2015 16:40:32 +0000 (16:40 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 15 Apr 2015 19:05:31 +0000 (15:05 -0400)
commitdacd254e8d16a16fa7557599c679fbe92e5eddc7
tree879f16185a059d0fbaf85d0b230a9fede728a0d3
parentf0f3ec99c26d734411950921e6a1d189c68b4a41
configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inode

Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inode.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/configfs/dir.c