summaryrefslogtreecommitdiff
path: root/debian/patches/diskfs_no_inherit_dir_group.patch
blob: 34938e68b00742e961052087e1b2356820fa0a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
 libdiskfs/init-init.c |    3 +++
 1 file changed, 3 insertions(+)

--- a/libdiskfs/init-init.c
+++ b/libdiskfs/init-init.c
@@ -57,6 +57,9 @@ diskfs_init_diskfs (void)
 {
   error_t err;
 
+  /* See `node-create.c'.  */
+  _diskfs_no_inherit_dir_group = 1;
+
   if (diskfs_boot_filesystem ())
     /* This is a boot filesystem, we have to do some things specially.  */
     {