> 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,
Yep, it works now.
> Well, this is is what we get if we accept other people's
> patches without looking at them line-by-line.
Well - this kind of typos is something that nobody
sees at the first glance :-(
Thanks
-- Stano
- 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/