]> Git Repo - linux.git/commit
vfs: add i_op->dentry_open()
authorMiklos Szeredi <[email protected]>
Thu, 23 Oct 2014 22:14:35 +0000 (00:14 +0200)
committerMiklos Szeredi <[email protected]>
Thu, 23 Oct 2014 22:14:35 +0000 (00:14 +0200)
commit4aa7c6346be395bdf776f82bbb2e3e2bc60bdd2b
treea2135754a04370e7fcf7b867b0f4fbeaa58b3521
parentf114040e3ea6e07372334ade75d1ee0775c355e1
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 <[email protected]>
Documentation/filesystems/Locking
Documentation/filesystems/vfs.txt
fs/namei.c
fs/open.c
include/linux/fs.h
This page took 0.042486 seconds and 4 git commands to generate.