On Wed, Mar 13, 2013 at 11:44 PM, Andrew Morton
wrote:
> On Wed, 13 Mar 2013 15:16:25 +0100 Miklos Szeredi wrote:
>
>> From: Miklos Szeredi
>>
>> 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.
On Wed, 13 Mar 2013 15:16:25 +0100 Miklos Szeredi wrote:
> From: Miklos Szeredi
>
> 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.
>
> ...
>
> +/**
> + * vfs_open - open the file at the given p
From: Miklos Szeredi
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
---
Documentation/filesystems/Locking |2 ++
Documentation/filesystems/vfs.txt |7 +++
f
3 matches
Mail list logo