From: Lino Sanfilippo Date: Tue, 14 Jun 2011 15:29:50 +0000 (+0200) Subject: fsnotify: use a mutex instead of a spinlock to protect a groups mark list X-Git-Tag: v3.8-rc1~11^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=986ab09807ca9454c3f54aae4db7e1bb00daeed3;p=pandora-kernel.git 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 Signed-off-by: Eric Paris --- Reading git-diff-tree failed