Adam J. Richter <adam@xxxxxxxxxxxxx> wrote: > My only question is why you've changed res from int to long, given that > you've corrected my misguided "P.S.": Because if you compile for a 64-bit system, you may find extra instructions emitted, at the very least in ERR_PTR(res) where it turns a 32-bit int into a 64-bit pointer. David -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html