[CIFS] cifs truncate missing a fix for private map COW race
authorSteve French <sfrench@us.ibm.com>
Wed, 22 Aug 2007 22:12:07 +0000 (22:12 +0000)
committerSteve French <sfrench@us.ibm.com>
Wed, 22 Aug 2007 22:12:07 +0000 (22:12 +0000)
commit8064ab4da104900505f33535d230ce0da5d18341
treeca74f036c75ffae39d1256de7a041f9df4882da1
parentcb00e99c0abd844b884c64c6b54aa3b7d345ebb1
[CIFS] cifs truncate missing a fix for private map COW race

vmtruncate had added the same fix to handle the case of private pages
being Copy on writed while truncate_inode_pages is going on

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