commit | a4c6e9961fcb9da54648d98978d33c6fdcb7bb45 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Wed Jul 28 10:18:38 2010 -0400 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 10:18:51 2010 -0400 |
tree | a109069ccd818ce9fd84f1ef1f0234e8452eb317 | |
parent | 0c6532e4e3b0c8bd18dd0a5cc1894a1944997cc6 [diff] |
fsnotify: use _rcu functions for mark list traversal In preparation for srcu locking use all _rcu appropiete functions for mark list addition, removal, and traversal. The operations are still done under a spinlock at the end of this patch. Signed-off-by: Eric Paris <eparis@redhat.com>