diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2024-09-09 02:58:02 +0200 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-09-21 17:39:49 +0200 |
commit | abb43dd677f3c5508dc369a61f82f89a8b16b811 (patch) | |
tree | e99f218a8817c894ec1bd5f0fd48c9153b0ca21b /fs/bcachefs/backpointers.c | |
parent | bcachefs: Don't drop devices with stripe pointers (diff) | |
download | linux-abb43dd677f3c5508dc369a61f82f89a8b16b811.tar.xz linux-abb43dd677f3c5508dc369a61f82f89a8b16b811.zip |
bcachefs: Remove duplicated include in backpointers.c
The header files bbpos.h is included twice in backpointers.c,
so one inclusion of each can be removed.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=10783
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to '')
-rw-r--r-- | fs/bcachefs/backpointers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/bcachefs/backpointers.c b/fs/bcachefs/backpointers.c index b88d1801652c..e11989a57ca0 100644 --- a/fs/bcachefs/backpointers.c +++ b/fs/bcachefs/backpointers.c @@ -3,7 +3,6 @@ #include "bbpos.h" #include "alloc_background.h" #include "backpointers.h" -#include "bbpos.h" #include "bkey_buf.h" #include "btree_cache.h" #include "btree_update.h" |