diff options
| author | Milos Nikic <nikic.milos@gmail.com> | 2026-02-06 16:29:08 -0800 |
|---|---|---|
| committer | Jan Kara <jack@suse.cz> | 2026-02-27 12:12:32 +0100 |
| commit | 6d942c874f6fc8cea801981b6f2cfd9829a641d4 (patch) | |
| tree | 2b2501c6e31779ccc75ca6e358a07e0e5f82acde /fs/ext2/namei.c | |
| parent | 937c262d4f55e472f5bd66cf8a293f20da2616f4 (diff) | |
| download | linux-next-6d942c874f6fc8cea801981b6f2cfd9829a641d4.tar.gz linux-next-6d942c874f6fc8cea801981b6f2cfd9829a641d4.zip | |
ext2: remove stale TODO about kmap
The TODO comment in the file header asking to get rid of kmap() is
outdated. The code has already been converted to use the folio API
(specifically kmap_local_folio).
Remove the stale comment to reflect the current state of the code.
Signed-off-by: Milos Nikic <nikic.milos@gmail.com>
Link: https://patch.msgid.link/20260207002908.176933-1-nikic.milos@gmail.com
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/ext2/namei.c')
| -rw-r--r-- | fs/ext2/namei.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext2/namei.c b/fs/ext2/namei.c index bde617a66cec..3ab23de558fb 100644 --- a/fs/ext2/namei.c +++ b/fs/ext2/namei.c @@ -14,8 +14,6 @@ * * The only non-static object here is ext2_dir_inode_operations. * - * TODO: get rid of kmap() use, add readahead. - * * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal |
