]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: add i_op->dentry_open()
authorMiklos Szeredi <mszeredi@suse.cz>
Thu, 23 Oct 2014 22:14:35 +0000 (00:14 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Thu, 23 Oct 2014 22:14:35 +0000 (00:14 +0200)
commit31ce83733c374e5f8f6cec450571c8ddd17a1381
treea2135754a04370e7fcf7b867b0f4fbeaa58b3521
parentcf707b7b48540e4559958bc7587fb506b5c80cc1
vfs: add i_op->dentry_open()

Add a new inode operation i_op->dentry_open().  This is for stacked filesystems
that want to return a struct file from a different filesystem.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Documentation/filesystems/Locking
Documentation/filesystems/vfs.txt
fs/namei.c
fs/open.c
include/linux/fs.h