Greg KH: > Looks like a good start, if you are _sure_ you need sysfs files :) I believe those paths are important to users. When CONFIG_SYSFS is disabled, they are printed in /proc/mounts (and has severer limit). Addition to set limit, there is one more reason to adopt seq_file. Because the printed string is a path, it may contain unprintable characters. seq_file has a good interface seq_path() which supports escaping such characters. J. R. Okajima -- 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