diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2021-11-23 20:00:34 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:09:17 -0400 |
commit | 7279c1a24c3dd523b5824aaf24cee9e2a55c76f0 (patch) | |
tree | 03fce38b92087dc110b008bfd7d223f95f8b8dd6 /fs/bcachefs/util.h | |
parent | 084d42bbd67c5b2de607f56a94c7295459b16b61 (diff) | |
download | lwn-7279c1a24c3dd523b5824aaf24cee9e2a55c76f0.tar.gz lwn-7279c1a24c3dd523b5824aaf24cee9e2a55c76f0.zip |
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.h | 2 |
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 |