From e471e5942c006532a013eefde239ce1e783ac2d9 Mon Sep 17 00:00:00 2001 From: Dave Kleikamp Date: Mon, 25 Apr 2022 13:48:28 -0500 Subject: fs/jfs: Remove dead code Since the JFS code was first added to Linux, there has been code hidden in ifdefs for some potential future features such as defragmentation and supporting block sizes other than 4KB. There has been no ongoing development on JFS for many years, so it's past time to remove this dead code from the source. Signed-off-by: Dave Kleikamp --- fs/jfs/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'fs/jfs/Makefile') diff --git a/fs/jfs/Makefile b/fs/jfs/Makefile index 285ec189ed5c..7156d2c218c7 100644 --- a/fs/jfs/Makefile +++ b/fs/jfs/Makefile @@ -13,5 +13,3 @@ jfs-y := super.o file.o inode.o namei.o jfs_mount.o jfs_umount.o \ resize.o xattr.o ioctl.o jfs-$(CONFIG_JFS_POSIX_ACL) += acl.o - -ccflags-y := -D_JFS_4K -- cgit v1.2.3