don't confuse NFSMNT_ flags with MNT_ flags in statfs

Approved by:	alfred
This commit is contained in:
Jim Rees 2004-12-01 21:47:51 +00:00
parent 691b3b0df9
commit 088c777637

View file

@ -124,7 +124,6 @@ nfs4_vfsop_statfs(struct nfsv4_fattr *fap, struct statfs *sbp, struct mount *mp)
{
struct nfsmount *nmp = VFSTONFS(mp);
sbp->f_flags = nmp->nm_flag;
sbp->f_iosize = nfs_iosize(nmp);
sbp->f_bsize = NFS_FABLKSIZE;