OSDN Git Service

nfsd: move svc_fh->fh_maxsize to just after fh_handle
authorJeff Layton <jlayton@poochiereds.net>
Thu, 17 Sep 2015 12:28:38 +0000 (08:28 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 12 Oct 2015 21:31:04 +0000 (17:31 -0400)
commitfcaba026a55803dd21523e6e191ba7f59e02a737
treed529d8973fcfab3118e381f487056d71bf5afba4
parente79017ddce8273514d24728523d17033bcbeba6f
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>
fs/nfsd/nfsfh.h