]> Pileus Git - ~andy/linux/blobdiff - net/sunrpc/auth_unix.c
NFS: Display the chosen RPCSEC_GSS security flavour in /proc/mounts
[~andy/linux] / net / sunrpc / auth_unix.c
index df14b6bfbf10f9a0bc8874b0a332b3b170a06199..74c7406a10549d4a747e376f5b30ae41b0764290 100644 (file)
@@ -225,6 +225,7 @@ struct rpc_auth             unix_auth = {
        .au_cslack      = UNX_WRITESLACK,
        .au_rslack      = 2,                    /* assume AUTH_NULL verf */
        .au_ops         = &authunix_ops,
+       .au_flavor      = RPC_AUTH_UNIX,
        .au_count       = ATOMIC_INIT(0),
        .au_credcache   = &unix_cred_cache,
 };