Re: NTFS problems in 2.2.0-pre4

Martin von Loewis (loewis@informatik.hu-berlin.de)
Sun, 3 Jan 1999 23:59:48 +0100


> In the second case the config should probably
> scream loudly and not hope that the Joe Random User
> clicks on the help button ...

Feel free to submit a patch to Linus... (*)

> I have added a debug output before the ntfs_malloc
> right after the set_blocksize - vol->mft_recordsize
> is the 503808 (0x7b000) and vol->clustersize is 2048.

Thanks for the good detective work. I'd appreciate if you could find
the text

#define NTFS_GETS8(p) ((*(ntfs_u8*)(p)))

in ntfsendian.h and replace it with

#define NTFS_GETS8(p) ((*(ntfs_s8*)(p)))

Please report if this works, so I can provide Linus with an additional
patch. Well, this is is what we get if we accept other people's
patches without looking at them line-by-line. I start hating myself
for rushing this release.

Regards,
Martin

(*) Now that I have to offer an additional patch, anyway, I think it
I'll replace the (experimental) with (DANGEROUS)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/