]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ext2: remove stale TODO about kmap
authorMilos Nikic <nikic.milos@gmail.com>
Sat, 7 Feb 2026 00:29:08 +0000 (16:29 -0800)
committerJan Kara <jack@suse.cz>
Fri, 27 Feb 2026 11:12:32 +0000 (12:12 +0100)
commit6d942c874f6fc8cea801981b6f2cfd9829a641d4
tree2b2501c6e31779ccc75ca6e358a07e0e5f82acde
parent937c262d4f55e472f5bd66cf8a293f20da2616f4
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>
fs/ext2/namei.c