[CIFS] Explicitly set stat->blksize
authorSteve French <sfrench@us.ibm.com>
Tue, 7 Nov 2006 19:26:33 +0000 (19:26 +0000)
committerSteve French <sfrench@us.ibm.com>
Tue, 7 Nov 2006 19:26:33 +0000 (19:26 +0000)
commit5fe14c851efedf95b0e7652a3a7b93ec899d1599
tree08c3347de6dc98b3ee89b14169ed8ad0cd1b77e6
parent4891d53956abd4ad9d94127c50d931124319a324
[CIFS] Explicitly set stat->blksize

CIFS may perform I/O over the network in larger chunks than the page size,
so it should explicitly set stat->blksize to ensure optimal I/O bandwidth

Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/inode.c