sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it
authorJeff Layton <jlayton@primarydata.com>
Wed, 19 Nov 2014 12:51:14 +0000 (07:51 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 9 Dec 2014 16:21:20 +0000 (11:21 -0500)
commit4d152e2c9a6a3e3556ce5da7782a9e2836edbe0f
tree3c3b778275aaeed90a0e81a708508e113bab606d
parent2941b0e91ba68b1f77140e556307e00616a5bb46
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 <jlayton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfscache.c
fs/nfsd/nfsfh.c
include/linux/sunrpc/svc.h
include/trace/events/sunrpc.h
net/sunrpc/svc_xprt.c