commit | 986ab09807ca9454c3f54aae4db7e1bb00daeed3 | [log] [tgz] |
---|---|---|
author | Lino Sanfilippo <LinoSanfilippo@gmx.de> | Tue Jun 14 17:29:50 2011 +0200 |
committer | Eric Paris <eparis@redhat.com> | Tue Dec 11 13:29:46 2012 -0500 |
tree | d6b76b03624a2d95a73ba88d990cd5210ab9eb20 | |
parent | 6dfbd149946c22c2e2886d6b560def78630c8387 [diff] |
fsnotify: use a mutex instead of a spinlock to protect a groups mark list Replaces the groups mark_lock spinlock with a mutex. Using a mutex instead of a spinlock results in more flexibility (i.e it allows to sleep while the lock is held). Signed-off-by: Lino Sanfilippo <LinoSanfilippo@gmx.de> Signed-off-by: Eric Paris <eparis@redhat.com>