From: Theodore Ts'o Date: Thu, 28 Oct 2010 01:30:04 +0000 (-0400) Subject: jbd2: Add sanity check for attempts to start handle during umount X-Git-Tag: v2.6.37-rc1~76^2^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2178e785244341d1e6f2bc3b62f20a337cc44f;p=pandora-kernel.git jbd2: Add sanity check for attempts to start handle during umount An attempt to modify the file system during the call to jbd2_destroy_journal() can lead to a system lockup. So add some checking to make it much more obvious when this happens to and to determine where the offending code is located. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed