[no subject]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Another case is
	lock
	if (lock-dependent condition)
		some work
		unlock
		work that can't be under that lock
	else
		some other work
		unlock
		more work that can't be under that lock

Fairly common, especially when that's a spinlock and "can't be under that
lock" includes blocking operations.  Can't be expressed with guards, not
without a massage that often ends up with bloody awful results.




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [NTFS 3]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [NTFS 3]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux