From f1c2fb45340cbfc5916ee887ff35c899c25013c9 Mon Sep 17 00:00:00 2001 From: Mark Nordstrand Date: Mon, 5 Feb 2001 15:44:01 +0000 Subject: [PATCH] Sync with linux/include/linux/xfs_fs.h --- include/xfs_fs.h | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.47.3