From 7279c1a24c3dd523b5824aaf24cee9e2a55c76f0 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Tue, 23 Nov 2021 20:00:34 -0500 Subject: bcachefs: Kill PAGE_SECTOR_SHIFT Replace it with the new, standard PAGE_SECTORS_SHIFT Signed-off-by: Kent Overstreet --- fs/bcachefs/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'fs/bcachefs/util.h') 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 #include -#define PAGE_SECTOR_SHIFT (PAGE_SHIFT - 9) - struct closure; #ifdef CONFIG_BCACHEFS_DEBUG -- cgit v1.2.3