https://bugzilla.kernel.org/show_bug.cgi?id=42986 Artem Bityutskiy <dedekind1@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dedekind1@xxxxxxxxx --- Comment #15 from Artem Bityutskiy <dedekind1@xxxxxxxxx> 2012-04-13 06:48:52 --- (In reply to comment #13) > For the record: busybox's mkfs_ext2.c uses linux/ext2_fs.h. > If its include is commented out, the following errors pop out: The idea is that file-system on-disk layout is stable, so it should be easy for you to have a copy, and you do not need to ever update it unless you add support of a new feature in busybox which requeres an up-to-date header file, and this should be a rare event. >From the FS'es POW - the on-disk layout is not kernel-userspace API so kernel should not export it to user-space. This will also make things easier for the kernel people - we can freely clean-up/rename/shuffle things in the header without being afraid of breaking busybox or any other tool. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html