Patch 1 fixes what is arguably a bug. I suspect it could cause crashes or very large latency under unusual circumstanes. Since it also deletes a bunch of code, I think it's a nice fix. Patch 2 is an ABI change/fix. Any user code that would be affected is currently buggy (i.e. results in incorrect option parsing), so I suspect it can be applied safely. Andy Lutomirski (2): fs: Improve and simplify copy_mount_options fs: Disallow mount options strings longer than PAGE_SIZE - 1 fs/namespace.c | 60 +++++++++++++--------------------------------------------- 1 file changed, 13 insertions(+), 47 deletions(-) -- 2.5.5 -- 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