From: Jeff Layton Date: Wed, 19 Nov 2014 12:51:14 +0000 (-0500) Subject: sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it X-Git-Tag: omap-for-v3.19/fixes-rc1~62^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d152e2c9a6a3e3556ce5da7782a9e2836edbe0f;p=pandora-kernel.git sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it In a later patch, we're going to need some atomic bit flags. Since that field will need to be an unsigned long, we mitigate that space consumption by migrating some other bitflags to the new field. Start with the rq_secure flag. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed