aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-11-12 09:54:07 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-11-12 09:54:07 +0000
commit2178f0e34082e48f7517a47bcbc30defb7e4b820 (patch)
treeb380a5f2a6605bc51c41688f375b00b016caa7a1 /sys/fs
parent1054ba63be8ca5255db2ed4bcb0e58e1d9e324b7 (diff)
Notes
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nwfs/nwfs_vfsops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/nwfs/nwfs_vfsops.c b/sys/fs/nwfs/nwfs_vfsops.c
index ee040c9c9b184..688b84d68d19b 100644
--- a/sys/fs/nwfs/nwfs_vfsops.c
+++ b/sys/fs/nwfs/nwfs_vfsops.c
@@ -428,7 +428,6 @@ nwfs_statfs(mp, sbp, td)
nmp->n_volume, &vi, td, td->td_ucred);
if (error) return error;
secsize = 512; /* XXX how to get real value ??? */
- sbp->f_spare2=0; /* placeholder */
/* fundamental filesystem block size */
sbp->f_bsize = vi.sectors_per_block*secsize;
/* optimal transfer block size */