[Fedora-livecd-list] [PATCH] -Refactor-disk-mount-classes-to-allow-multi-partitions

Jeremy Katz katzj at redhat.com
Tue May 27 16:57:02 UTC 2008


So this patch ends up changing the API of imgcreate which then has the 
possibility of breaking any other callers.  While that would have been 
okay had the patch been finalized when it was first sent, we now can't 
do that.  Instead, there at least needs to be a compatibility layer for 
the old API to continue working.  This should be pretty trivial to wrap, 
though, so that both ways work.  And then it would make sense to have 
this patch split up a bit so that it's a series which is
1) Add new classes
2) Compat shims switching over the old class types to sit on top of the 
new classes
3) Switch internal code users to use the new classes

Jeremy




More information about the Fedora-livecd-list mailing list