ae 357c6ab5c1 MFC r293679:
Change the type of newsize argument in the smbfs_smb_setfsize() function
  from int to int64.
  MSDN says that SMB_SET_FILE_END_OF_FILE_INFO uses signed 64-bit integer
  to specify offset, but since smbfs_smb_setfsize() has used plain int,
  a value was truncated in case when offset was larger than 2G.
  	https://msdn.microsoft.com/en-us/library/ff469975.aspx

  In particular, now `truncate -s 10G` will work correctly on the mounted
  SMB share.
2016-01-18 11:47:03 +00:00
..
2016-01-18 11:47:03 +00:00
2015-02-09 07:45:46 +00:00
2016-01-18 11:47:03 +00:00
2014-12-21 11:33:18 +00:00
2016-01-18 11:47:03 +00:00