public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* remove EXT2_MAX_BLOCK_SIZE
@ 2003-01-22 20:28 William Lee Irwin III
  2003-01-22 21:12 ` Andreas Dilger
  0 siblings, 1 reply; 3+ messages in thread
From: William Lee Irwin III @ 2003-01-22 20:28 UTC (permalink / raw)
  To: linux-kernel

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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-22 21:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-22 20:28 remove EXT2_MAX_BLOCK_SIZE William Lee Irwin III
2003-01-22 21:12 ` Andreas Dilger
2003-01-22 21:15   ` William Lee Irwin III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox