]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Syncing with xfs_linux.h
authorMark Nordstrand <mann@sgi.com>
Thu, 29 Mar 2001 22:14:58 +0000 (22:14 +0000)
committerMark Nordstrand <mann@sgi.com>
Thu, 29 Mar 2001 22:14:58 +0000 (22:14 +0000)
libxfs/xfs.h
logprint/logprint.h

index 45f61d55b63f651ebc7cd4dd0243f39e662c7c64..cbf07f3c9bfc3302b1e2719b1036e03a3cdb55ef 100644 (file)
@@ -231,8 +231,8 @@ typedef enum { B_FALSE, B_TRUE } boolean_t;
 typedef struct { dev_t dev; } buftarg_t;
 #define STATIC
 #define ATTR_ROOT      1       /* use attrs in root namespace */
-#define ENOATTR                1009    /* Attribute not found */
-#define EFSCORRUPTED   1010    /* Filesystem is corrupted */
+#define ENOATTR                ENODATA /* Attribute not found */
+#define EFSCORRUPTED   990     /* Filesystem is corrupted */
 #define ktrace_t       void
 #define m_ddev_targp   m_dev
 #define KERN_WARNING
index 17eb3ba4686447a27edd33c167a1e52a3d47744b..307747f7dcc1383d34006726883eb583a2a06625 100644 (file)
@@ -74,7 +74,7 @@ typedef struct log {
  * macros mapping kernel code to user code
  */
 #define STATIC                 static
-#define EFSCORRUPTED            EIO
+#define EFSCORRUPTED            990
 #define XFS_ERROR(e)           (e)
 
 #define xlog_warn(fmt,args...) \