Whamcloud - gitweb
e2fsck: use com_err error codes instead of EBADMSG and EUCLEAN
[tools/e2fsprogs.git] / e2fsck / jfs_user.h
index f46bb1e..16185a5 100644 (file)
@@ -182,10 +182,10 @@ extern e2fsck_t e2fsck_global_ctx;  /* Try your very best not to use this! */
 #endif /* DEBUGFS */
 
 #ifndef EFSBADCRC
-#define EFSBADCRC      EBADMSG         /* Bad CRC detected */
+#define EFSBADCRC      EXT2_ET_BAD_CRC
 #endif
 #ifndef EFSCORRUPTED
-#define EFSCORRUPTED   EUCLEAN         /* Filesystem is corrupted */
+#define EFSCORRUPTED   EXT2_ET_FILESYSTEM_CORRUPTED
 #endif
 
 /* recovery.c */