|
@@ -331,7 +331,7 @@ xfs_dir2_data_freefind(
|
|
|
xfs_dir2_data_free_t *dfp; /* bestfree entry */
|
|
|
xfs_dir2_data_aoff_t off; /* offset value needed */
|
|
|
struct xfs_dir2_data_free *bf;
|
|
|
-#if defined(DEBUG) && defined(__KERNEL__)
|
|
|
+#ifdef DEBUG
|
|
|
int matched; /* matched the value */
|
|
|
int seenzero; /* saw a 0 bestfree entry */
|
|
|
#endif
|
|
@@ -339,7 +339,7 @@ xfs_dir2_data_freefind(
|
|
|
off = (xfs_dir2_data_aoff_t)((char *)dup - (char *)hdr);
|
|
|
bf = xfs_dir3_data_bestfree_p(hdr);
|
|
|
|
|
|
-#if defined(DEBUG) && defined(__KERNEL__)
|
|
|
+#ifdef DEBUG
|
|
|
/*
|
|
|
* Validate some consistency in the bestfree table.
|
|
|
* Check order, non-overlapping entries, and if we find the
|