diff options
Diffstat (limited to 'fs/btrfs/compat.h')
-rw-r--r-- | fs/btrfs/compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/compat.h b/fs/btrfs/compat.h index be4f4e7a70..52de9db3d0 100644 --- a/fs/btrfs/compat.h +++ b/fs/btrfs/compat.h @@ -12,6 +12,8 @@ /* A simple wraper to for error() used in btrfs-progs */ #define error(fmt, ...) pr_err("BTRFS: " fmt "\n", ##__VA_ARGS__) +#define ASSERT(c) assert(c) + #define BTRFS_UUID_UNPARSED_SIZE 37 /* |