From: Oleg Nesterov Date: Wed, 21 Nov 2012 15:55:38 +0000 (+0100) Subject: uprobes: Move __set_bit(UPROBE_SKIP_SSTEP) into alloc_uprobe() X-Git-Tag: v3.9-rc1~173^2~2^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbc33d05930f870ea049eae5ed980f8b827d0813;p=pandora-kernel.git uprobes: Move __set_bit(UPROBE_SKIP_SSTEP) into alloc_uprobe() Cosmetic. __set_bit(UPROBE_SKIP_SSTEP) is the part of initialization, it is not clear why it is set in insert_uprobe(). Signed-off-by: Oleg Nesterov Acked-by: Srikar Dronamraju --- Reading git-diff-tree failed