Hi. I am reporting a suspected deadlock bug. generic_shutdown_super() acquires lock_super(sb) and then acquires lock_kernel(). However, do_remount() acquires lock_super() while it holds lock_kernel(). Therefore, concurrent execution of generic_shutdown_super() and do_remount() may result deadlock. Please examine this report. Thank you. Sincerely Shin Hong -- 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