[PATCH 01/13] vfs: add i_op->dentry_open()

2014-05-23 Thread Miklos Szeredi
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 +++

[PATCH 01/13] vfs: add i_op-dentry_open()

2014-05-23 Thread Miklos Szeredi
From: Miklos Szeredi mszer...@suse.cz 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 mszer...@suse.cz --- Documentation/filesystems/Locking | 2 ++

[PATCH 01/13] vfs-add-i_op-dentry_open

2013-03-12 Thread Miklos Szeredi
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 +++

[PATCH 01/13] vfs-add-i_op-dentry_open

2013-03-12 Thread Miklos Szeredi
From: Miklos Szeredi mszer...@suse.cz 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 mszer...@suse.cz --- Documentation/filesystems/Locking |2 ++

[PATCH 01/13] vfs: add i_op->dentry_open()

2012-09-20 Thread Miklos Szeredi
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 +++

[PATCH 01/13] vfs: add i_op-dentry_open()

2012-09-20 Thread Miklos Szeredi
From: Miklos Szeredi mszer...@suse.cz 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 mszer...@suse.cz --- Documentation/filesystems/Locking |2 ++