From: Eric Wong Date: Tue, 30 Apr 2013 22:27:43 +0000 (-0700) Subject: epoll: cleanup: use RCU_INIT_POINTER when nulling X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~88^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d67e7231c97d535069970c840d33fc6c4350ee;p=pandora-kernel.git epoll: cleanup: use RCU_INIT_POINTER when nulling It is always safe to use RCU_INIT_POINTER to NULL a pointer. This results in slightly smaller/faster code. Signed-off-by: Eric Wong Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed