Whamcloud - gitweb
LU-14895 client: allow case-insensitive checksum types
[fs/lustre-release.git] / lustre / ptlrpc / sec_null.c
index 1687033..cc44c8d 100644 (file)
@@ -27,7 +27,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  *
  * lustre/ptlrpc/sec_null.c
  *
@@ -66,13 +65,6 @@ enum lustre_sec_part null_decode_sec_part(struct lustre_msg *msg)
        return (msg->lm_secflvr >> 24) & 0xFF;
 }
 
-static int null_ctx_refresh(struct ptlrpc_cli_ctx *ctx)
-{
-       /* should never reach here */
-       LBUG();
-       return 0;
-}
-
 static
 int null_ctx_sign(struct ptlrpc_cli_ctx *ctx, struct ptlrpc_request *req)
 {
@@ -373,7 +365,6 @@ int null_authorize(struct ptlrpc_request *req)
 }
 
 static struct ptlrpc_ctx_ops null_ctx_ops = {
-       .refresh                = null_ctx_refresh,
        .sign                   = null_ctx_sign,
        .verify                 = null_ctx_verify,
 };