From: Eric Paris Date: Wed, 28 Jul 2010 14:18:38 +0000 (-0400) Subject: fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been called X-Git-Tag: v2.6.36-rc1~303^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=700307a29ad61090dcf1d45f8f4a135f5e9211ae;p=pandora-kernel.git fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been called Currently fsnotify check is mark->group is NULL to decide if fsnotify_destroy_mark() has already been called or not. With the upcoming rcu work it is a heck of a lot easier to use an explicit flag than worry about group being set to NULL. Signed-off-by: Eric Paris --- Reading git-diff-tree failed