Skip to content

Commit

Permalink
bcachefs: Remove duplicated include in backpointers.c
Browse files Browse the repository at this point in the history
The header files bbpos.h is included twice in backpointers.c,
so one inclusion of each can be removed.

Reported-by: Abaci Robot <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=10783
Signed-off-by: Yang Li <[email protected]>
Signed-off-by: Kent Overstreet <[email protected]>
  • Loading branch information
Yang Li authored and Kent Overstreet committed Sep 10, 2024
1 parent 1382c59 commit 5cf488d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/bcachefs/backpointers.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5cf488d

Please sign in to comment.