summaryrefslogtreecommitdiff
path: root/fs/readdir.c
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@toblux.com>2024-06-02 13:15:35 +0300
committerChristian Brauner <brauner@kernel.org>2024-06-03 16:48:39 +0300
commitc12c0bb031cbaccf4f7d375db466b6457453bfa8 (patch)
tree6eeb694b359823418d60e57cc3482b9e9979dfa3 /fs/readdir.c
parent54018131e663a1df05021fcb22a18d6c5ebef734 (diff)
downloadlinux-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>
Diffstat (limited to 'fs/readdir.c')
-rw-r--r--fs/readdir.c2
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