Skip to content

Commit

Permalink
crypto: stat - remove unused mutex
Browse files Browse the repository at this point in the history
crypto_cfg_mutex in crypto_user_stat.c is unused.  Remove it.

Cc: Corentin Labbe <[email protected]>
Signed-off-by: Eric Biggers <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
ebiggers authored and herbertx committed Jan 18, 2019
1 parent f990f7f commit 554557c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crypto/crypto_user_stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

#define null_terminated(x) (strnlen(x, sizeof(x)) < sizeof(x))

static DEFINE_MUTEX(crypto_cfg_mutex);

struct crypto_dump_info {
struct sk_buff *in_skb;
struct sk_buff *out_skb;
Expand Down

0 comments on commit 554557c

Please sign in to comment.