On Fri, 2012-03-16 at 16:02 +0100, Joel Reardon wrote: > Removed the notion of different key schemes for ubifs with a single 64 > bit key scheme. Reduced the size of UBIFS keys to 8 bytes > globally. Fill in the void left behind with padding for the effected > nodes, so previous version will not be effected. > Changed zero_* functions to operate on the new padding. Replaced key > scheme enum with one entry into a define. > > This was tested using integck and writing files on a nandsimmed partition > using both the vanilla version of ubifs and the modified version. Data > was written using both ubifs drivers and successfully read when later > mounting with either driver. > > Signed-off-by: Joel Reardon Pushed to linux-ubifs.git, branch "joel", thanks. But please, note, that this patch was also a bit big for review. The better way would be make things like re-naming to be separate, etc. In general, all non-brainers (everything you can do with a simple regexp, like re-naming) should be separate. Then reviewer knows that he should not spend to much time on that noise. And "brainers" go separate. -- Best Regards, Artem Bityutskiy