The file <linux/magic.h> is incomplete and some magic numbers that kernel returns by statfs f_type to userspace are not defined there. This situation makes statfs f_type usage in userpace painful as you have to "ifndef-define" many magic numbers in userspace code. All the patches are trivial and just move *_SUPER_MAGIC stuff from filesystem specific files to the generic <linux/magic.h>. Karel -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html