diff options
author | 2024-06-02 12:15:35 +0200 | |
---|---|---|
committer | 2024-06-03 15:48:39 +0200 | |
commit | c12c0bb031cbaccf4f7d375db466b6457453bfa8 (patch) | |
tree | 6eeb694b359823418d60e57cc3482b9e9979dfa3 | |
parent | vfs: replace WARN(down_read_trylock, ...) abuse with proper asserts (diff) | |
download | wireguard-linux-c12c0bb031cbaccf4f7d375db466b6457453bfa8.tar.xz wireguard-linux-c12c0bb031cbaccf4f7d375db466b6457453bfa8.zip |
readdir: Remove unused header include
Since commit c512c6918719 ("uaccess: implement a proper
unsafe_copy_to_user() and switch filldir over to it") the header file is
no longer needed.
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Link: https://lore.kernel.org/r/20240602101534.348159-2-thorsten.blum@toblux.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
-rw-r--r-- | fs/readdir.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/readdir.c b/fs/readdir.c index 278bc0254732..12a5f4567360 100644 --- a/fs/readdir.c +++ b/fs/readdir.c @@ -22,8 +22,6 @@ #include <linux/compat.h> #include <linux/uaccess.h> -#include <asm/unaligned.h> - /* * Some filesystems were never converted to '->iterate_shared()' * and their directory iterators want the inode lock held for |