summaryrefslogtreecommitdiffstats
path: root/sys/nfs4client/nfs4_vfs_subs.c
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-6/+0
| | | | | | | | doesn't. Most of the implementations have grown weeds for this so they copy some fields from mnt_stat if the passed argument isn't that. Fix this the cleaner way: Always call the implementation on mnt_stat and copy that in toto to the VFS_STATFS argument if different.
* don't confuse NFSMNT_ flags with MNT_ flags in statfsrees2004-12-011-1/+0
| | | | Approved by: alfred
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-0/+150
Submitted by: Jim Rees <rees@umich.edu>
OpenPOWER on IntegriCloud