UBUNTU: ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
authorMiklos Szeredi <mszeredi@suse.cz>
Wed, 21 Dec 2011 17:19:21 +0000 (18:19 +0100)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 2 Apr 2012 20:17:46 +0000 (13:17 -0700)
commit69718d654a1cbf4cfaaf37486d723cd4fc2aec81
tree22191381a201db97d521804b992f8723dd44f10d
parent6980b5f2cb01c1ff68600b70b332f90e8328d3d7
UBUNTU: ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()

Make __dentry_open() take a struct path instead of separate vfsmount and dentry
arguments.

Change semantics as well, so that __dentry_open() acquires a reference to path
instead of transferring it to the open file.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Andy Whitcroft <apw@canonical.com>
fs/open.c