pass a struct path to vfs_statfs
authorChristoph Hellwig <hch@lst.de>
Wed, 7 Jul 2010 16:53:11 +0000 (18:53 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:48:42 +0000 (16:48 -0400)
commitebabe9a9001af0af56c0c2780ca1576246e7a74b
treeb263299f575c650b6e9d95c7c4bdeef958af2fc9
parent336fb3b97b78edc65bae0b223b83bf676cfe29e2
pass a struct path to vfs_statfs

We'll need the path to implement the flags field for statvfs support.
We do have it available in all callers except:

 - ecryptfs_statfs.  This one doesn't actually need vfs_statfs but just
   needs to do a caller to the lower filesystem statfs method.
 - sys_ustat.  Add a non-exported statfs_by_dentry helper for it which
   doesn't won't be able to fill out the flags field later on.

In addition rename the helpers for statfs vs fstatfs to do_*statfs instead
of the misleading vfs prefix.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/alpha/kernel/osf_sys.c
arch/parisc/hpux/sys_hpux.c
fs/cachefiles/bind.c
fs/cachefiles/daemon.c
fs/compat.c
fs/ecryptfs/super.c
fs/nfsd/nfs4xdr.c
fs/nfsd/vfs.c
fs/statfs.c
include/linux/fs.h
kernel/acct.c