summaryrefslogtreecommitdiff
path: root/fs/bcachefs/util.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-11-24 04:00:34 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-23 00:09:17 +0300
commit7279c1a24c3dd523b5824aaf24cee9e2a55c76f0 (patch)
tree03fce38b92087dc110b008bfd7d223f95f8b8dd6 /fs/bcachefs/util.h
parent084d42bbd67c5b2de607f56a94c7295459b16b61 (diff)
downloadlinux-7279c1a24c3dd523b5824aaf24cee9e2a55c76f0.tar.xz
bcachefs: Kill PAGE_SECTOR_SHIFT
Replace it with the new, standard PAGE_SECTORS_SHIFT Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Diffstat (limited to 'fs/bcachefs/util.h')
-rw-r--r--fs/bcachefs/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/bcachefs/util.h b/fs/bcachefs/util.h
index 41dfc5867c9e..969139fef086 100644
--- a/fs/bcachefs/util.h
+++ b/fs/bcachefs/util.h
@@ -18,8 +18,6 @@
#include <linux/vmalloc.h>
#include <linux/workqueue.h>
-#define PAGE_SECTOR_SHIFT (PAGE_SHIFT - 9)
-
struct closure;
#ifdef CONFIG_BCACHEFS_DEBUG