commit | fcaba026a55803dd21523e6e191ba7f59e02a737 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@poochiereds.net> | Thu Sep 17 08:28:38 2015 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Oct 12 17:31:04 2015 -0400 |
tree | d529d8973fcfab3118e381f487056d71bf5afba4 | |
parent | e79017ddce8273514d24728523d17033bcbeba6f [diff] |
nfsd: move svc_fh->fh_maxsize to just after fh_handle This moves the hole in the struct down below the flags fields, which allows us to potentially add a new flag without growing the struct. Signed-off-by: Jeff Layton <jeff.layton@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>