the purpose of the patches is to change the order the server stack builds: now OSD (exporting specific disk filesystem) is instantiated first by obd_mount.c, then other services/device start. also struct lu_site (collection of in-core objects) is
relocated to OSD so that it can be shared by different services like MDS and MGS.
landed