Andreas,
On Tue, Jan 30, 2007 at 09:55:28AM +0000, Andreas Kahari wrote:
> The patch will make the machine not lock up, but it still doesn't
> mount the DVD disc. This time, I get no messages from the kernel in
> /var/log/messages, but I get the error message "mount_udf: mount:
> Invalid argument" in the console.
Can you please try this diff, so that we know the exact point of
failure? (It should apply over your already patched udf_vfsops.c.)
Thanks,
-p.
--- udf_vfsops.c.orig Tue Jan 30 11:50:58 2007
+++ udf_vfsops.c Tue Jan 30 11:51:52 2007
@@ -327,6 +327,7 @@ udf_mountfs(struct vnode *devvp, struct
}
if (!part_found || !logvol_found) {
+ printf("udf_mountfs(): %d, %d\n", part_found, logvol_found);
error = EINVAL;
goto bail;
}