Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Milos Nikic and committed by
Jan Kara
6d942c87 937c262d

-2
-2
fs/ext2/namei.c
··· 14 14 * 15 15 * The only non-static object here is ext2_dir_inode_operations. 16 16 * 17 - * TODO: get rid of kmap() use, add readahead. 18 - * 19 17 * Copyright (C) 1992, 1993, 1994, 1995 20 18 * Remy Card (card@masi.ibp.fr) 21 19 * Laboratoire MASI - Institut Blaise Pascal