[packages/kernel] - fix incorrect update

baggins baggins at pld-linux.org
Tue Jun 24 02:15:11 CEST 2014


commit 00119db7a156d04099f3e28531df7f609842836f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Jun 24 02:15:00 2014 +0200

    - 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 f166fc5..fccacce 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 <mszeredi at suse.cz>
 	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 *,
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/00119db7a156d04099f3e28531df7f609842836f



More information about the pld-cvs-commit mailing list