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)
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

Simple merge
diff --cc fs/nfsd/nfsfh.c
Simple merge
Simple merge
Simple merge
Simple merge