]> err.no Git - linux-2.6/blobdiff - include/linux/nfs_fs_sb.h
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfashe...
[linux-2.6] / include / linux / nfs_fs_sb.h
index ac7e4fb943eacfbd5027a6e36e3154909d0b9e0f..c9beacd16c0073545a3518bb3f1ccabacbf5d6cf 100644 (file)
@@ -32,6 +32,8 @@ struct nfs_client {
        const struct nfs_rpc_ops *rpc_ops;      /* NFS protocol vector */
        int                     cl_proto;       /* Network transport protocol */
 
+       struct rpc_cred         *cl_machine_cred;
+
 #ifdef CONFIG_NFS_V4
        u64                     cl_clientid;    /* constant */
        nfs4_verifier           cl_confirm;