Re: [PATCH] ext2: No longer export ext2_fs.h to user space
From: Ted Ts'o <tytso@mit.edu>
Date: 2012-03-25 01:16:27
Also in:
lkml
From: Ted Ts'o <tytso@mit.edu>
Date: 2012-03-25 01:16:27
Also in:
lkml
On Sat, Mar 24, 2012 at 03:16:37PM -0700, H. Peter Anvin wrote:
quoted
Someone who was compiling "the latest version" of syslinux has submitted a kernel bugzilla entry that this was breaking due to ext2_fs.h using umode_t which was no longer being exported by the kernel header files. Given that ext2_fs.h is about to go ***poof*** (Al already has the changes in his vfs git tree), I thought I should give you a heads up....Thanks. Syslinux already includes a private copy of ext2_fs.h, but I need to scrub the umode_t inclusion.
Ah, good. I'll close the kernel bugzilla report in that case.
Thanks,
- Ted