[OpenAFS-devel] [PATCH CVS] use seq_file interface for Linux
/proc
Derrick J Brashear
shadow@dementia.org
Sun, 24 Apr 2005 10:09:43 -0400 (EDT)
> Here is a patch against today's CVS, branch 'openafs-stable-1_4_x':
>
>
> http://www-personal.engin.umich.edu/~wingc/openafs/patches/openafs-stable-1_4_x-20050422-seq_file.patch
>
>
> This converts /proc/fs/openafs/CellServDB to use seq_file, and removes the
> old csdbproc_read().
Ok, but why is this preferred over the records-based (info
method instead of read method) interface?