commit | b8f2ef84b079ceb22b42d6d353609db7eb8efa93 | [log] [tgz] |
---|---|---|
author | Benny Halevy <bhalevy@panasas.com> | Wed Apr 01 09:23:19 2009 -0400 |
committer | Benny Halevy <bhalevy@panasas.com> | Wed Jun 17 14:11:35 2009 -0700 |
tree | 4291e1cb31228344163c66d33cc59246d3b65cff | |
parent | 5a0ffe544c54f62be99751e369f4d0f44bd5ee19 [diff] [blame] |
nfs41: store minorversion in cb_compound_hdr_arg Signed-off-by: Benny Halevy <bhalevy@panasas.com>
diff --git a/fs/nfs/callback.h b/fs/nfs/callback.h index 88d2e11..51b15c2 100644 --- a/fs/nfs/callback.h +++ b/fs/nfs/callback.h
@@ -26,6 +26,7 @@ struct cb_compound_hdr_arg { unsigned int taglen; const char *tag; + unsigned int minorversion; unsigned int callback_ident; unsigned nops; };