]> git.pld-linux.org Git - packages/aufs.git/commitdiff
- updated
authorshadzik <shadzik@pld-linux.org>
Thu, 6 Aug 2009 12:41:39 +0000 (12:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aufs-br-xfs-fix.patch -> 1.2

aufs-br-xfs-fix.patch

index e35a51c1ae35111e52562129f8ba8145b4e60b45..ffe0ba708675a5c5214d40b257e1a5d49f1954d0 100644 (file)
@@ -9,3 +9,18 @@
  /* br_xfs.c */
  dev_t au_h_rdev(struct inode *h_inode, struct vfsmount *h_mnt,
                struct dentry *h_dentry);
+--- aufs/fs/aufs25/br_xfs.c.orig       2009-08-06 14:40:11.000000000 +0200
++++ aufs/fs/aufs25/br_xfs.c    2009-08-06 14:39:08.000000000 +0200
+@@ -24,6 +24,7 @@
+ #include "aufs.h"
++#ifdef CONFIG_AUFS_BR_XFS
+ /* h_mnt can be NULL, is it safe? */
+ dev_t au_h_rdev(struct inode *h_inode, struct vfsmount *h_mnt,
+               struct dentry *h_dentry)
+@@ -67,3 +68,4 @@
+  out:
+       return rdev;
+ }
++#endif
This page took 0.209629 seconds and 4 git commands to generate.