On Thu, Mar 25, 2010 at 08:56:40AM -0500, David Metheny wrote: > Is the register_ioctl32_conversion still needed anymore? I'm not sure when > CONFIG_COMPAT comes into play, or if that is the replacement functionality > for ioctl32 conversions.
The one case where you need register_ioctl32 is when you are running a 64 bit kernel, but you built pvfs2-client-core as a 32 bit executable. The PPC64 bi-arch toolchain, for example, defaults to 32 bit. You have to build with "-m64" in your CFLAGS (and LDFLAGS? I forget) to get a 64 bit binary. ==rob -- Rob Latham Mathematics and Computer Science Division Argonne National Lab, IL USA _______________________________________________ Pvfs2-developers mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers
