remove EXT2_MAX_BLOCK_SIZE

From: William Lee Irwin III (wli@holomorphy.com)
Date: Wed Jan 22 2003 - 15:28:51 EST


Remove 100% unused EXT2_MAX_BLOCK_SIZE.

 ext2_fs.h | 1 -
 1 files changed, 1 deletion(-)

diff -urpN cleanup-2.5.59-3/include/linux/ext2_fs.h cleanup-2.5.59-4/include/linux/ext2_fs.h
--- cleanup-2.5.59-3/include/linux/ext2_fs.h 2003-01-16 18:21:39.000000000 -0800
+++ cleanup-2.5.59-4/include/linux/ext2_fs.h 2003-01-22 12:26:00.000000000 -0800
@@ -90,7 +90,6 @@ static inline struct ext2_sb_info *EXT2_
  * Macro-instructions used to manage several block sizes
  */
 #define EXT2_MIN_BLOCK_SIZE 1024
-#define EXT2_MAX_BLOCK_SIZE 4096
 #define EXT2_MIN_BLOCK_LOG_SIZE 10
 #ifdef __KERNEL__
 # define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jan 23 2003 - 22:00:30 EST