On Sat, 20 Dec 2014 08:39:37 +0900 Minchan Kim <minchan@xxxxxxxxxx> wrote: > Then, we should fix debugfs_create_dir can return errno to propagate the error > to end user who can know it was failed ENOMEM or EEXIST. Impractical. Every caller of every debugfs interface will need to be changed! It's really irritating and dumb. What we're supposed to do is to optionally report the failure, then ignore it. This patch appears to be OK in that respect. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>