Convert TODO into FIXME.

PiperOrigin-RevId: 231301228
Change-Id: I3e18f3a12a35fb89a22a8c981188268d5887dc61
This commit is contained in:
Zhaozhong Ni 2019-01-28 15:33:09 -08:00 committed by Shentubot
parent 09cf3b40a8
commit ae6e37df2a
1 changed files with 1 additions and 3 deletions

View File

@ -76,9 +76,7 @@ func newTaskDir(t *kernel.Task, msrc *fs.MountSource, pidns *kernel.PIDNamespace
"fd": newFdDir(t, msrc), "fd": newFdDir(t, msrc),
"fdinfo": newFdInfoDir(t, msrc), "fdinfo": newFdInfoDir(t, msrc),
"gid_map": newGIDMap(t, msrc), "gid_map": newGIDMap(t, msrc),
// TODO: This is incorrect for /proc/[pid]/task/[tid]/io, i.e. if // FIXME: create the correct io file for threads.
// showSubtasks is false:
// https://elixir.bootlin.com/linux/v4.4/source/fs/proc/base.c#L3154
"io": newIO(t, msrc), "io": newIO(t, msrc),
"maps": newMaps(t, msrc), "maps": newMaps(t, msrc),
"mountinfo": seqfile.NewSeqFileInode(t, &mountInfoFile{t: t}, msrc), "mountinfo": seqfile.NewSeqFileInode(t, &mountInfoFile{t: t}, msrc),