Re: [PATCH] cifs: Add information about noserverino
From: Bernhard Walle
Date: Mon Dec 06 2010 - 10:11:15 EST
Hello,
Zitat von Jeff Layton <jlayton@xxxxxxxxx>:
This doesn't look right to me...
i_ino is an unsigned long. The code in filldir() is this:
unsigned long d_ino;
You need to look at compat_filldir():
compat_ulong_t d_ino;
Regards,
Bernhard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/