]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- disable au_vm_prfile_set as this is only ugly workaround for lsof
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 31 Jan 2014 12:39:56 +0000 (13:39 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 31 Jan 2014 12:39:56 +0000 (13:39 +0100)
kernel-aufs3.patch

index 3a7860af4598033fdefa398b9940444651632f5d..503e06345d49818545675a64ac96c8bb8f584994 100644 (file)
@@ -11381,7 +11381,7 @@ diff -urN /usr/share/empty/fs/aufs/file.h linux/fs/aufs/file.h
 +#endif /* CONFIG_MMU */
 +
 +/* handle vma->vm_prfile */
-+static inline void au_vm_prfile_set(struct vm_area_struct *vma,
++/*static inline void au_vm_prfile_set(struct vm_area_struct *vma,
 +                                  struct file *file)
 +{
 +      get_file(file);
@@ -11390,7 +11390,7 @@ diff -urN /usr/share/empty/fs/aufs/file.h linux/fs/aufs/file.h
 +      get_file(file);
 +      vma->vm_region->vm_prfile = file;
 +#endif
-+}
++}*/
 +
 +#endif /* __KERNEL__ */
 +#endif /* __AUFS_FILE_H__ */
@@ -12083,7 +12083,7 @@ diff -urN /usr/share/empty/fs/aufs/f_op.c linux/fs/aufs/f_op.c
 +      if (unlikely(err))
 +              goto out_reset;
 +
-+      au_vm_prfile_set(vma, file);
++      // au_vm_prfile_set(vma, file);
 +      /* update without lock, I don't think it a problem */
 +      fsstack_copy_attr_atime(file_inode(file), file_inode(h_file));
 +      goto out_fput; /* success */
This page took 1.980469 seconds and 4 git commands to generate.