From 00119db7a156d04099f3e28531df7f609842836f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 24 Jun 2014 02:15:00 +0200 Subject: [PATCH] - fix incorrect update --- ovl01-vfs-add-i_op-dentry_open.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovl01-vfs-add-i_op-dentry_open.patch b/ovl01-vfs-add-i_op-dentry_open.patch index f166fc55..fccacce1 100644 --- a/ovl01-vfs-add-i_op-dentry_open.patch +++ b/ovl01-vfs-add-i_op-dentry_open.patch @@ -121,9 +121,9 @@ Signed-off-by: Miklos Szeredi int (*tmpfile) (struct inode *, struct dentry *, umode_t); int (*set_acl)(struct inode *, struct posix_acl *, int); + int (*dentry_open)(struct dentry *, struct file *, const struct cred *); - int (*may_create) (struct inode *, int); - int (*may_delete) (struct inode *, struct inode *, int); + } ____cacheline_aligned; + ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector, @@ -2019,6 +2020,7 @@ extern struct file *file_open_name(struc extern struct file *filp_open(const char *, int, umode_t); extern struct file *file_open_root(struct dentry *, struct vfsmount *, -- 2.44.0