https://bugzilla.kernel.org/show_bug.cgi?id=24282 --- Comment #2 from Cezary Sliwa <sliwa@xxxxxxxxxxxxxxx> 2010-12-03 15:20:24 --- The error occured when compiling a user space program. Just include linux/ext2_fs.h whithout linux/fs.h and you get: /usr/include/linux/ext2_fs.h: In function 'ext2_mask_flags': /usr/include/linux/ext2_fs.h:182: error: 'FS_DIRSYNC_FL' undeclared (first use in this function) /usr/include/linux/ext2_fs.h:182: error: (Each undeclared identifier is reported only once /usr/include/linux/ext2_fs.h:182: error: for each function it appears in.) /usr/include/linux/ext2_fs.h:182: error: 'FS_TOPDIR_FL' undeclared (first use in this function) /usr/include/linux/ext2_fs.h:184: error: 'FS_NODUMP_FL' undeclared (first use in this function) /usr/include/linux/ext2_fs.h:184: error: 'FS_NOATIME_FL' undeclared (first use in this function) -- 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