package/bullet: bump to version 2.85.1
[buildroot-gz.git] / package / unionfs / 0001-Revert-to-old-pre-1.0-meta-directory.patch
blob228441b38aba9f57b21d57df961c460b03da2b57
1 From 93c2f9bd8b058b28016e6db2421e5b38eac0606c Mon Sep 17 00:00:00 2001
2 From: Peter Korsgaard <peter@korsgaard.com>
3 Date: Thu, 17 Dec 2015 15:06:38 +0100
4 Subject: [PATCH] Revert to old pre-1.0 meta directory
6 Unionfs changed its meta directory from .unionfs to .unionfs-fuse with the
7 unionfs -> unionfs-fuse rename. The rename later got reverted everywhere
8 but the meta directory, so now unionfs doesn't find the whiteout files from
9 older releases.
11 Revert back to the pre-1.0 behaviour to fix this.
13 Committed upstream:
14 https://github.com/rpodgorny/unionfs-fuse/commit/93c2f9bd8b058b28016e6db2421e5b38eac0606c
16 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 ---
18 src/unionfs.h | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
21 diff --git a/src/unionfs.h b/src/unionfs.h
22 index c2b5ee3..74b824f 100644
23 --- a/src/unionfs.h
24 +++ b/src/unionfs.h
25 @@ -10,7 +10,7 @@
26 #define PATHLEN_MAX 1024
27 #define HIDETAG "_HIDDEN~"
29 -#define METANAME ".unionfs-fuse"
30 +#define METANAME ".unionfs"
31 #define METADIR (METANAME "/") // string concetanation!
33 // fuse meta files, we might want to hide those
34 --
35 2.1.4