projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5401813
)
readdir: Remove unused header include
author
Thorsten Blum
<thorsten.blum@toblux.com>
Sun, 2 Jun 2024 10:15:35 +0000
(12:15 +0200)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/fs/readdir.c
b/fs/readdir.c
index
278bc02
..
12a5f45
100644
(file)
--- 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