commit | 4d152e2c9a6a3e3556ce5da7782a9e2836edbe0f | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Wed Nov 19 07:51:14 2014 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Dec 09 11:21:20 2014 -0500 |
tree | 3c3b778275aaeed90a0e81a708508e113bab606d | |
parent | 2941b0e91ba68b1f77140e556307e00616a5bb46 [diff] |
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>