Re: [cifs-protocol] [Pfif] [REG:110011477385004] RE: userParameters attribute

2011-05-23 Thread Hongwei Sun
Andrew, The request opened is still pending. I will follow up with the corresponding product teams. I will keep you posted. Thanks! Hongwei -Original Message- From: Andrew Bartlett [mailto:abart...@samba.org] Sent: Sunday, May 22, 2011 10:50 PM To: Hongwei Sun Cc:

[cifs-protocol] Linux: want to cache CIFS file in local file cache

2011-05-23 Thread Aaron Boxer
Hello! I am writing a Linux server, and I want to pre-fetch a number of CIFS files and cache locally. The files are on a CIFS share mounted as read only. I was planning on opening the file, calling posix_fadvise(,POSIX_FADV_WILLNEED) on the file descriptor, and then closing the file.