]> git.pld-linux.org Git - packages/aufs.git/blob - aufs-br-xfs-fix.patch
- updated
[packages/aufs.git] / aufs-br-xfs-fix.patch
1 --- aufs/fs/aufs25/vfsub.h.orig 2009-03-16 00:09:09.000000000 +0100
2 +++ aufs/fs/aufs25/vfsub.h      2009-03-16 00:09:22.000000000 +0100
3 @@ -207,7 +207,7 @@
4  }
5  #endif
6  
7 -#ifndef CONFIG_AUFS_BR_XFS
8 +#ifdef CONFIG_AUFS_BR_XFS
9  /* br_xfs.c */
10  dev_t au_h_rdev(struct inode *h_inode, struct vfsmount *h_mnt,
11                 struct dentry *h_dentry);
12 --- aufs/fs/aufs25/br_xfs.c.orig        2009-08-06 14:40:11.000000000 +0200
13 +++ aufs/fs/aufs25/br_xfs.c     2009-08-06 14:39:08.000000000 +0200
14 @@ -24,6 +24,7 @@
15  
16  #include "aufs.h"
17  
18 +#ifdef CONFIG_AUFS_BR_XFS
19  /* h_mnt can be NULL, is it safe? */
20  dev_t au_h_rdev(struct inode *h_inode, struct vfsmount *h_mnt,
21                 struct dentry *h_dentry)
22 @@ -67,3 +68,4 @@
23   out:
24         return rdev;
25  }
26 +#endif
This page took 0.06105 seconds and 3 git commands to generate.