I've needed this patch since 2.5.32 to successfully mount a UFS
partition.
--- linux/fs/ufs/super.c~ Mon Sep 9 16:39:52 2002
+++ linux/fs/ufs/super.c Mon Sep 9 16:39:57 2002
@@ -605,7 +605,7 @@
}
again:
- if (sb_set_blocksize(sb, block_size)) {
+ if (!sb_set_blocksize(sb, block_size)) {
printk(KERN_ERR "UFS: failed to set blocksize\n");
goto failed;
}
-- Skip - 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 : Sun Sep 15 2002 - 22:00:18 EST