]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
fscrypt: remove unnecessary includes of ratelimit.h
authorEric Biggers <ebiggers@google.com>
Tue, 28 May 2019 19:59:08 +0000 (12:59 -0700)
committerEric Biggers <ebiggers@google.com>
Tue, 11 Jun 2019 02:01:33 +0000 (19:01 -0700)
These should have been removed during commit 544d08fde258 ("fscrypt: use
a common logging function"), but I missed them.

Signed-off-by: Eric Biggers <ebiggers@google.com>
fs/crypto/fname.c
fs/crypto/hooks.c
fs/crypto/keyinfo.c

index eccea3d8f92345965854cd624692c66cefe37fb9..00d150ff30332bea40f6d1a8cac62261c760822e 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include <linux/scatterlist.h>
-#include <linux/ratelimit.h>
 #include <crypto/skcipher.h>
 #include "fscrypt_private.h"
 
index bd525f7573a49ce4f238848596627095adf14cbf..c1d6715d88e93c3742537040ccbe636e2fab1727 100644 (file)
@@ -5,7 +5,6 @@
  * Encryption hooks for higher-level filesystem operations.
  */
 
-#include <linux/ratelimit.h>
 #include "fscrypt_private.h"
 
 /**
index dcd91a3fbe49a082ca60e2d08cf53dd70d5aded8..207ebed918c159b712a2f780f8a468fdbf654fde 100644 (file)
@@ -12,7 +12,6 @@
 #include <keys/user-type.h>
 #include <linux/hashtable.h>
 #include <linux/scatterlist.h>
-#include <linux/ratelimit.h>
 #include <crypto/aes.h>
 #include <crypto/algapi.h>
 #include <crypto/sha.h>