From: Miklos Szeredi Date: Wed, 1 Jul 2015 14:25:58 +0000 (+0200) Subject: fuse: req use bitops X-Git-Tag: omap-for-v4.2/fixes-rc1^2~41^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=825d6d3395e88a616e4c953984d77eeacbad4310;p=pandora-kernel.git fuse: req use bitops Finer grained locking will mean there's no single lock to protect modification of bitfileds in fuse_req. So move to using bitops. Can use the non-atomic variants for those which happen while the request definitely has only one reference. Signed-off-by: Miklos Szeredi Reviewed-by: Ashish Samant --- Reading git-diff-tree failed