diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-11-12 09:52:10 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-11-12 09:52:10 +0000 |
| commit | 1054ba63be8ca5255db2ed4bcb0e58e1d9e324b7 (patch) | |
| tree | 45049901da94776537c81ce976d1babf5a604b97 /sys | |
| parent | c12ec49edad3e7e4433214a0fc61d526e7352163 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fs/smbfs/smbfs_vfsops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/smbfs/smbfs_vfsops.c b/sys/fs/smbfs/smbfs_vfsops.c index 1a279f1c0893..5a919c905e12 100644 --- a/sys/fs/smbfs/smbfs_vfsops.c +++ b/sys/fs/smbfs/smbfs_vfsops.c @@ -375,7 +375,6 @@ smbfs_statfs(struct mount *mp, struct statfs *sbp, struct thread *td) return EINVAL; sbp->f_iosize = SSTOVC(ssp)->vc_txmax; /* optimal transfer block size */ - sbp->f_spare2 = 0; /* placeholder */ smb_makescred(&scred, td, td->td_ucred); if (SMB_DIALECT(SSTOVC(ssp)) >= SMB_DIALECT_LANMAN2_0) |
