Skip to content

Commit 6d942c8

Browse files
mnikicjankara
authored andcommitted
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>
1 parent 937c262 commit 6d942c8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

fs/ext2/namei.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* The only non-static object here is ext2_dir_inode_operations.
1616
*
17-
* TODO: get rid of kmap() use, add readahead.
18-
*
1917
* Copyright (C) 1992, 1993, 1994, 1995
2018
* Remy Card (card@masi.ibp.fr)
2119
* Laboratoire MASI - Institut Blaise Pascal

0 commit comments

Comments
 (0)