diff options
Diffstat (limited to 'libbcachefs/error.h')
-rw-r--r-- | libbcachefs/error.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbcachefs/error.h b/libbcachefs/error.h index f2032d9e..68635eee 100644 --- a/libbcachefs/error.h +++ b/libbcachefs/error.h @@ -1,5 +1,5 @@ -#ifndef _BCACHE_ERROR_H -#define _BCACHE_ERROR_H +#ifndef _BCACHEFS_ERROR_H +#define _BCACHEFS_ERROR_H #include <linux/printk.h> @@ -220,4 +220,4 @@ do { \ (bio)->bi_error = -EIO; \ } while (0) -#endif /* _BCACHE_ERROR_H */ +#endif /* _BCACHEFS_ERROR_H */ |