VFS: Pass inode pointer from pathwalk to do_dentry_open() Pass the dentry inode pointer from pathwalk through to do_dentry_open() for the purposes of emplacing in file->f_inode so that in future unionmount will be able to point this elsewhere. Signed-off-by: David Howells <dhowells@redhat.com>