]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r264494:
authorae <ae@FreeBSD.org>
Fri, 2 May 2014 21:30:59 +0000 (21:30 +0000)
committerae <ae@FreeBSD.org>
Fri, 2 May 2014 21:30:59 +0000 (21:30 +0000)
commit1029f2ba6f80ade5417d48afc23cc015cf08b820
treed05b56ce7a525e45c90838cbcbbec4f480636f2b
parent7c82f25917d62c786b1e156ebc9911bfbfbe3fd4
MFC r264494:
  Use SMB_QUERY_FS_SIZE_INFO request to populate statfs structure.
  When server doesn't support this request, try to use SMB_INFO_ALLOCATION.
  And use SMB_COM_QUERY_INFORMATION_DISK request as fallback.

MFC r264600:
  Remove redundant unlock.

  This code was removed from the opensolaris and darwin's
  netsmb implementations, in DfBSD it also has been disabled.
sys/fs/smbfs/smbfs_smb.c
sys/fs/smbfs/smbfs_subr.h
sys/fs/smbfs/smbfs_vfsops.c
sys/netsmb/smb_iod.c