readdir: Remove unused header include
authorThorsten Blum <thorsten.blum@toblux.com>
Sun, 2 Jun 2024 10:15:35 +0000 (12:15 +0200)
committerChristian Brauner <brauner@kernel.org>
Mon, 3 Jun 2024 13:48:39 +0000 (15:48 +0200)
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>
fs/readdir.c

index 278bc02..12a5f45 100644 (file)
@@ -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