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 21, 2024
1 parent d5c5b33 commit abb43dd
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 abb43dd

Please sign in to comment.