From: David Chinner Date: Thu, 11 Jan 2007 07:15:41 +0000 (-0800) Subject: [PATCH] Revert bd_mount_mutex back to a semaphore X-Git-Tag: v2.6.20-rc5~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f73ca1b76c6880b934d3ef566c1592efc80bb759;p=pandora-kernel.git [PATCH] Revert bd_mount_mutex back to a semaphore Revert bd_mount_mutex back to a semaphore so that xfs_freeze -f /mnt/newtest; xfs_freeze -u /mnt/newtest works safely and doesn't produce lockdep warnings. (XFS unlocks the semaphore from a different task, by design. The mutex code warns about this) Signed-off-by: Dave Chinner Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed