From: Michael S. Tsirkin Date: Mon, 4 Nov 2013 20:36:17 +0000 (+0200) Subject: srcu: API for barrier after srcu read unlock X-Git-Tag: v3.13-rc1~80^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce332f662deb545c8a4f3f58debcca26bb2e44b0;p=pandora-kernel.git srcu: API for barrier after srcu read unlock srcu read lock/unlock include a full memory barrier but that's an implementation detail. Add an API for make memory fencing explicit for users that need this barrier, to make sure we can change it as needed without breaking all users. Acked-by: "Paul E. McKenney" Reviewed-by: Paul E. McKenney Signed-off-by: Michael S. Tsirkin Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed