patch-2.2.0-pre1 linux/fs/hfs/mdb.c
Next file: linux/fs/hfs/sysdep.c
Previous file: linux/fs/hfs/inode.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Wed Dec 23 14:10:36 1998
-  Orig file: 
v2.1.132/linux/fs/hfs/mdb.c
-  Orig date: 
Thu Nov 19 09:56:28 1998
diff -u --recursive --new-file v2.1.132/linux/fs/hfs/mdb.c linux/fs/hfs/mdb.c
@@ -118,7 +118,7 @@
 	mdb->buf = buf;
 	
 	bs = hfs_get_hl(raw->drAlBlkSiz);
-	if (!bs || bs > HFS_USHRT_MAX || (bs & (HFS_SECTOR_SIZE-1))) {
+	if (!bs || (bs & (HFS_SECTOR_SIZE-1))) {
 		hfs_warn("hfs_fs: bad allocation block size %d != 512\n", bs);
 		hfs_buffer_put(buf);
 		HFS_DELETE(mdb);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov