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 <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>
  • Loading branch information
Yang Li authored and Kent Overstreet committed Sep 9, 2024
1 parent 3cf7e11 commit b58e70f
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 b58e70f

Please sign in to comment.