On Mon, Jan 08, 2007 at 07:51:27PM -0800, Andrew Morton wrote:
It's not a filesystem lock. It's a per-blockdevice lock that prevents
multiple people from freezing the filesystem at the same time, aswell
as providing exclusion between a frozen filesystem an mount-related
activity. It's a traditional text-box example for a semaphore.
-