From 78f3ea6657d056edb0042c9b84ca075ef0c27124 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 8 Jan 2019 08:15:27 -0600 Subject: [PATCH] Update TODO --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 3a0e8b341b2..632653a2346 100644 --- a/TODO +++ b/TODO @@ -2275,6 +2275,11 @@ o File system / Generic drivers (fs/, drivers/) has existed for 11 years without being previously reported. I conclude, then that the exposure from this problem is not great. + Why would you seek to the end of a file using a read=only file + descriptor anyway? Only one reason I can think of: To get the + size of the file. The alternative (and much more efficient) way + to do that is via stat(). + o Graphics Subsystem (graphics/) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^