aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/callback.h
diff options
context:
space:
mode:
authorBenny Halevy <bhalevy@panasas.com>2009-04-01 09:23:19 -0400
committerBenny Halevy <bhalevy@panasas.com>2009-06-17 14:11:35 -0700
commitb8f2ef84b079ceb22b42d6d353609db7eb8efa93 (patch)
tree4291e1cb31228344163c66d33cc59246d3b65cff /fs/nfs/callback.h
parentnfs41: Release backchannel resources associated with session (diff)
downloadlinux-dev-b8f2ef84b079ceb22b42d6d353609db7eb8efa93.tar.xz
linux-dev-b8f2ef84b079ceb22b42d6d353609db7eb8efa93.zip
nfs41: store minorversion in cb_compound_hdr_arg
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Diffstat (limited to 'fs/nfs/callback.h')
-rw-r--r--fs/nfs/callback.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/callback.h b/fs/nfs/callback.h
index 88d2e1135b5a..51b15c2d3a56 100644
--- a/fs/nfs/callback.h
+++ b/fs/nfs/callback.h
@@ -26,6 +26,7 @@ enum nfs4_callback_opnum {
struct cb_compound_hdr_arg {
unsigned int taglen;
const char *tag;
+ unsigned int minorversion;
unsigned int callback_ident;
unsigned nops;
};