Here's the fix for a small typo in entd.c...

Regards,
Filipe Almeida
--- reiser4/entd.c.old	2004-03-24 20:19:09.161973952 +0000
+++ reiser4/entd.c	2004-03-24 20:19:15.790966192 +0000
@@ -117,7 +117,7 @@
 		entd_set_comm("!");
 		if (result == 0)
 			entd_flush(super);
-		else if (result != EINTR)
+		else if (result != -EINTR)
 			/* some other error */
 			warning("nikita-3099", "Error: %i", result);
 	}

Reply via email to