From: Thorsten Blum Date: Sun, 2 Jun 2024 10:15:35 +0000 (+0200) Subject: readdir: Remove unused header include X-Git-Tag: v6.11-rc1~242^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c12c0bb031cbaccf4f7d375db466b6457453bfa8;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20240602101534.348159-2-thorsten.blum@toblux.com Reviewed-by: Jan Kara Signed-off-by: Christian Brauner --- diff --git a/fs/readdir.c b/fs/readdir.c index 278bc02547327..12a5f45673609 100644 --- a/fs/readdir.c +++ b/fs/readdir.c @@ -22,8 +22,6 @@ #include #include -#include - /* * Some filesystems were never converted to '->iterate_shared()' * and their directory iterators want the inode lock held for