]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fsnotify: Exchange list heads instead of moving elements
authorAndreas Gruenbacher <agruen@suse.de>
Wed, 28 Jul 2010 14:18:38 +0000 (10:18 -0400)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 14:18:52 +0000 (10:18 -0400)
commit8778abb9a88fc4a74d8776ffaadf7214cf33c61e
tree6a32c8b885e68b3d6035887face6a3c5414d609e
parent75c1be487a690db43da2c1234fcacd84c982803c
fsnotify: Exchange list heads instead of moving elements

Instead of moving list elements from destroy_list to &private_destroy_list,
exchange the list heads.

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/mark.c