]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Move fs/nfs/iostat.h to include/linux
authorChuck Lever <chuck.lever@oracle.com>
Thu, 12 Jun 2008 16:32:25 +0000 (12:32 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 Jul 2008 16:09:17 +0000 (12:09 -0400)
commit67004f2f9c978ca0eb211104739788c15aa274d6
tree7351733689914353b1636b5f21aca6d7b0236a79
parent32709eda278b6fdf58eb608ed6ede3164faf8a38
NFS: Move fs/nfs/iostat.h to include/linux

The fs/nfs/iostat.h header has definitions that were designed to be exposed
to user space.  Move these definitions under include/linux so user space can
use the definitions in applications that read /proc/self/mountstats.

Also address a handful of coding style issues called out by checkpatch.pl in
fs/nfs/iostat.h.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/iostat.h
include/linux/nfs_iostat.h [new file with mode: 0644]