3.4 Merge window part 1
3.4 Merge window part 1
Posted Mar 22, 2012 1:50 UTC (Thu) by djm1021 (guest, #31130)Parent article: 3.4 Merge window part 1
Thanks for the mention of RAMster and the other article references! A couple of quick corrections: (1) RAMster is still in 3.4 as can be seen in Linus' git tree under drivers/staging/ramster. It is marked with CONFIG_BROKEN only because it is waiting for another patch (submitted by Konrad Wilk) changing the name of some functions in cleancache that it depends on... as soon as that patch is merged, the CONFIG_BROKEN can be removed from ramster's Kconfig. (2) In the merged ramster code, the ocfs2 dependency has been removed. At the request of Sunil Mushran, the small amount of ocfs2 cluster management and messaging code has now simply been duplicated for ramster as it will likely evolve quite differently and there just isn't enough code to make it worth pulling it out for global use beyond ocfs2. (This decision can be revisited later before ramster would be promoted out of staging.)
