mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
don't confuse NFSMNT_ flags with MNT_ flags in statfs
Approved by: alfred
This commit is contained in:
parent
691b3b0df9
commit
088c777637
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue