diff options
Diffstat (limited to 'debian/patches/0001-XXX.patch')
-rw-r--r-- | debian/patches/0001-XXX.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/0001-XXX.patch b/debian/patches/0001-XXX.patch new file mode 100644 index 00000000..3c950837 --- /dev/null +++ b/debian/patches/0001-XXX.patch @@ -0,0 +1,24 @@ +From 236f37a7fbbaabaad051864726a887d091845f5d Mon Sep 17 00:00:00 2001 +From: Justus Winter <4winter@informatik.uni-hamburg.de> +Date: Tue, 2 Sep 2014 16:13:27 +0200 +Subject: [PATCH] XXX + +--- + libdiskfs/init-startup.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/libdiskfs/init-startup.c b/libdiskfs/init-startup.c +index d10c964..79541a7 100644 +--- a/libdiskfs/init-startup.c ++++ b/libdiskfs/init-startup.c +@@ -147,6 +147,7 @@ diskfs_S_startup_dosync (mach_port_t handle) + err = ports_inhibit_class_rpcs (diskfs_protid_class); + if (! err) + { ++ diskfs_shutdown_pager (); + diskfs_sync_everything (1); + diskfs_set_hypermetadata (1, 1); + _diskfs_diskdirty = 0; +-- +2.1.0 + |