lkml.org 
[lkml]   [2008]   [Jan]   [8]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
FromMariusz Kozlowski <>
SubjectRe: Linux 2.6.24-rc7: sparc64: WARNING: at kernel/lockdep_proc.c:267 lockdep_stats_show()
DateTue, 8 Jan 2008 23:39:10 +0100
Hello, 

> > 	Got this when doing usual looping over /proc entries on fresh test kernel:
> 
> What is the usual looping, please?

#!/bin/bash

for i in `find /proc -type f`; do
        echo -n "cat $i > /dev/null ... ";
        ( cat $i > /dev/null & );
        echo "done";
done
Regards,

	Mariusz


\
 
 \ /
  Last update: 2008-01-08 23:41    [from the cache]
©2003-2008