From: Oleg Nesterov Date: Fri, 15 Jun 2012 15:43:53 +0000 (+0200) Subject: uprobes: Simplify the usage of uprobe->pending_list X-Git-Tag: v3.6-rc1~167^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=449d0d7c9fb87277175db34c009c70cb348004a8;p=pandora-kernel.git uprobes: Simplify the usage of uprobe->pending_list uprobe->pending_list is only used to create the temporary list, it has no meaning after we drop uprobes_mmap_hash(inode). No need to initialize this node or remove it from tmp_list, and we can use list_for_each_entry(). Signed-off-by: Oleg Nesterov Cc: Ananth N Mavinakayanahalli Cc: Anton Arapov Cc: Peter Zijlstra Cc: Srikar Dronamraju Link: http://lkml.kernel.org/r/20120615154353.GA9614@redhat.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed