commit | d6d67e7231c97d535069970c840d33fc6c4350ee | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Tue Apr 30 15:27:43 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 30 17:04:04 2013 -0700 |
tree | c6aee26b6c54d52a8b60370674b9d2025f7f1229 | |
parent | 450d89ec0a91dbad81adaa635fdb1325b57f8d69 [diff] |
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 <normalperson@yhbt.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>