Re: [Samba] stat between reads

2013-03-27 Thread Frank Kautz
Hello, thanks for the very quick replay and the patch. I tested the patch with the v3-6-stable branch (3.6.14) and it works as expected. The stat is gone and I could recognize a increased performance. kind regards, Frank Am 03/22/2013 10:28 PM, schrieb Jeremy Allison: > On Fri, Mar 22, 2013 at

[Samba] stat between reads

2013-03-22 Thread Frank Kautz
Hello, when re-exporting the parallel (network) file-system FhGFS, I noticed a significantly reduced read performance. In the output of strace, I see a stat call between the reads of the blocks of a file. In a network based file system a stat could be expensive. I looked into the source code and I