Christoph Hellwig ebabe9a900 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>
2010-08-09 16:48:42 -04:00
..
2008-02-01 16:42:05 -05:00
2010-05-04 11:29:05 -04:00
2007-05-09 12:30:54 -07:00
2010-05-13 12:03:11 -04:00
2010-08-09 16:48:42 -04:00
2010-03-06 15:02:08 -05:00
2009-12-20 20:19:51 -08:00
2009-12-15 15:01:46 -05:00
2010-08-09 16:48:42 -04:00
2010-05-13 12:03:11 -04:00