]> git.pld-linux.org Git - packages/kernel.git/blobdiff - ovl01-vfs-add-i_op-dentry_open.patch
- rel 1; works for me on x86_64
[packages/kernel.git] / ovl01-vfs-add-i_op-dentry_open.patch
index fc284893e01187c9dddd142f1ada28cdfa9746b9..fccacce152fbd28474de57f2592ba2a27d4dbd07 100644 (file)
@@ -116,9 +116,9 @@ Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
        int lookup_flags = 0;
 --- a/include/linux/fs.h
 +++ b/include/linux/fs.h
-@@ -1585,6 +1585,7 @@ struct inode_operations {
+@@ -1575,6 +1575,7 @@ struct inode_operations {
                           umode_t create_mode, int *opened);
-       int (*tmpfile) (struct inode *, struct dentry *, umode_t);
+       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 *);
  } ____cacheline_aligned;
This page took 0.03285 seconds and 4 git commands to generate.