commit | fa2989f4473413a86890066aa3a5676a53b541e4 | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <piastry@etersoft.ru> | Thu May 26 10:01:59 2011 +0400 |
committer | Steve French <sfrench@us.ibm.com> | Thu May 26 18:07:02 2011 +0000 |
tree | a033c59307ba77ae0819e818aec7d68178d11d4d | |
parent | c28c89fc43e3f81436efc4748837534d4d46f90c [diff] |
CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size We need it to make them work with mandatory locking style because we can fail in a situation like when kernel need to flush dirty pages and there is a lock held by a process who opened file. Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru> Signed-off-by: Steve French <sfrench@us.ibm.com>