Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37851677
en ru br
ALT Linux repos
S:1.2.1-alt3
5.0: 1.0.5-alt2
4.1: 1.0.5-alt2
4.0: 1.0.5-alt2
3.0: 1.0.4-alt1

Group :: System/Kernel and hardware
RPM: reiser4progs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: reiser4progs-1.1.0-alt-linking.patch
Download


diff --git a/reiser4progs/plugin/node/node41/node41.c b/reiser4progs/plugin/node/node41/node41.c
index e219423..1ffa105 100644
--- a/reiser4progs/plugin/node/node41/node41.c
+++ b/reiser4progs/plugin/node/node41/node41.c
@@ -74,13 +74,13 @@ reiser4_node_t *node41_open(aal_block_t *block, reiser4_key_plug_t *kplug)
 	return entity;
 }
 
+#ifndef ENABLE_MINIMAL
+
 errno_t node41_sync(reiser4_node_t *entity) {
 	csum_node41(entity, 0 /* update */);
 	return node40_sync(entity);
 }
 
-#ifndef ENABLE_MINIMAL
-
 /* Returns maximal size of item possible for passed node instance */
 static uint16_t node41_maxspace(reiser4_node_t *entity) {
 	aal_assert("edward-8", entity != NULL);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin