Sorry if I didn't make myself clear last time. If you change
the ABI for nfsctl, like adding things to
nfsctl(NFSCTL_GETFH, ....)
please keep the old one and make the new one as
nfsctl(NFSCTL_GETFH_NEW, ....)
If you want, you can call the old one like
nfsctl(NFSCTL_GETFH_OLD, ....)
and the new one like
nfsctl(NFSCTL_GETFH, ....)
But the old binaries should still work. You can use the new NFSCTL_GETFH
to emulate the old NFSCTL_GETFH.
Thanks.
H.J.
-
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/faq.html