]> git.dujemihanovic.xyz Git - linux.git/commit
bcachefs: Remove duplicated include in backpointers.c
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 9 Sep 2024 00:58:02 +0000 (08:58 +0800)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Sep 2024 15:39:49 +0000 (11:39 -0400)
commitabb43dd677f3c5508dc369a61f82f89a8b16b811
treee99f218a8817c894ec1bd5f0fd48c9153b0ca21b
parentd5c5b337f8da6c9eebbe6cf9dfbd38fd9503eb35
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>
fs/bcachefs/backpointers.c