Re: [PATCH linux-next] cifs: Replace CIFSSMBSetEOF() with smb_set_file_size()

2013-11-27 Thread Jeff Layton
On Tue, 26 Nov 2013 17:12:38 -0700 Tim Gardner wrote: > According to Microsoft documentation: > http://msdn.microsoft.com/en-us/library/ee441943.aspx > http://msdn.microsoft.com/en-us/library/ff469854.aspx > > The information level codes used in CIFSSMBSetEOF() are no

[PATCH linux-next] cifs: Replace CIFSSMBSetEOF() with smb_set_file_size()

2013-11-26 Thread Tim Gardner
According to Microsoft documentation: http://msdn.microsoft.com/en-us/library/ee441943.aspx http://msdn.microsoft.com/en-us/library/ff469854.aspx The information level codes used in CIFSSMBSetEOF() are not legal. In practice we have found that they really don't work