On Mon, Dec 09, 2002 at 12:16:44AM -0500, Daniel Burrows wrote: > So reiserfs has an internal mechanism for reporting whether stuff > is really compatible?
Yes. An internal version numbers policy. You call a function (via dlsym) asking if the interface you (i.e. parted) is using, and reiserfs will tell you if it's binary compatible with itself. Like I said, I think it'd be better if we were just using some standard system functionality for this. Cheers, Andrew