Re: smbfs: lseek returns EINVAL when using large files.

2005-04-11 Thread Arjan van de Ven
On Mon, 2005-04-11 at 11:07 +0200, Mathieu Fluhr wrote: > Hello > > It seems that the smbfs driver does not handle correctly large files > (>2GB). The thing is that statting them is correct (for example, the > st_size field is correctly set), but as soon as you try to make a lseek > with an offset

smbfs: lseek returns EINVAL when using large files.

2005-04-11 Thread Mathieu Fluhr
Hello It seems that the smbfs driver does not handle correctly large files (>2GB). The thing is that statting them is correct (for example, the st_size field is correctly set), but as soon as you try to make a lseek with an offset larget than INT_MAX, you get a EINVAL error. Note: This is not com