From: Mark Nordstrand Date: Mon, 5 Feb 2001 15:44:01 +0000 (+0000) Subject: Sync with linux/include/linux/xfs_fs.h X-Git-Tag: v1.2.0~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1c2fb45340cbfc5916ee887ff35c899c25013c9;p=thirdparty%2Fxfsprogs-dev.git Sync with linux/include/linux/xfs_fs.h --- diff --git a/include/xfs_fs.h b/include/xfs_fs.h index 81a8c3c98..13413eb93 100644 --- a/include/xfs_fs.h +++ b/include/xfs_fs.h @@ -326,6 +326,12 @@ typedef struct xfs_fsop_handlereq { __u32 *ohandlen; /* user buffer length */ } xfs_fsop_handlereq_t; +/* + * Error injection can be turned on ethier by DEBUG or by INDUCE_IO_ERROR + * below since relying only on DEBUG will undoubtedly be a different + * code path. + */ +/*#define INDUCE_IO_ERROR*/ #if (defined(DEBUG) || defined(INDUCE_IO_ERROR)) /* * Error injection.