diff options
author | Thorsten Blum <thorsten.blum@toblux.com> | 2024-06-02 13:15:35 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-06-03 16:48:39 +0300 |
commit | c12c0bb031cbaccf4f7d375db466b6457453bfa8 (patch) | |
tree | 6eeb694b359823418d60e57cc3482b9e9979dfa3 | |
parent | 54018131e663a1df05021fcb22a18d6c5ebef734 (diff) | |
download | linux-c12c0bb031cbaccf4f7d375db466b6457453bfa8.tar.xz |
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 |