lkml.org 
[lkml]   [1997]   [Dec]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: dentry list checker

That looks very good. I think it should be in the standard
kernel, but run less often. It can also run whenever there is
an oops, exception, panic, etc. I'd expect there are many other
things that can be checked too.

Production systems need this kind of check as much as
development systems do. Maybe development kernels should
run such checks every few seconds, and production systems
should run them every few minutes.

#if (PATCHLEVEL & 1)
#define SANITY_CHECK_INTERVAL (3*HZ)
#else
#define SANITY_CHECK_INTERVAL (500*HZ)
#endif

\
 
 \ /
  Last update: 2005-03-22 13:40    [W:0.040 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site