OSDN Git Service

Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[uclinux-h8/linux.git] / fs / nfs / callback.h
index ff8195b..5fe1cec 100644 (file)
@@ -37,10 +37,11 @@ enum nfs4_callback_opnum {
        OP_CB_ILLEGAL = 10044,
 };
 
+struct nfs4_slot;
 struct cb_process_state {
        __be32                  drc_status;
        struct nfs_client       *clp;
-       u32                     slotid;
+       struct nfs4_slot        *slot;
        u32                     minorversion;
        struct net              *net;
 };