diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-16 08:11:21 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-16 08:11:21 +0100 |
commit | 5c29603f502d83955f87be7385e0323a43e1ee2c (patch) | |
tree | 15d4e8c14c68a134b48d25d896c34abb034144ed /sys/src/9/kw | |
parent | 8309f15c3669d684da7c3fe2b6748f9362e1cc38 (diff) |
kernel: remove obsolete comment regarding Mntcache size in */main.c
Diffstat (limited to 'sys/src/9/kw')
-rw-r--r-- | sys/src/9/kw/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/9/kw/main.c b/sys/src/9/kw/main.c index ed8aa6d3b..aa722a0eb 100644 --- a/sys/src/9/kw/main.c +++ b/sys/src/9/kw/main.c @@ -658,8 +658,7 @@ confinit(void) /* * Guess how much is taken by the large permanent - * datastructures. Mntcache and Mntrpc are not accounted for - * (probably ~300KB). + * datastructures. Mntcache and Mntrpc are not accounted for. */ kpages = conf.npage - conf.upages; kpages *= BY2PG; |