Skip to content

Commit c12c0bb

Browse files
tobluxbrauner
authored andcommitted
readdir: Remove unused header include
Since commit c512c69 ("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>
1 parent 5401813 commit c12c0bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fs/readdir.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
#include <linux/compat.h>
2323
#include <linux/uaccess.h>
2424

25-
#include <asm/unaligned.h>
26-
2725
/*
2826
* Some filesystems were never converted to '->iterate_shared()'
2927
* and their directory iterators want the inode lock held for

0 commit comments

Comments
 (0)