From: Pavel Shilovsky Date: Sun, 12 Dec 2010 10:11:13 +0000 (+0300) Subject: CIFS: Implement cifs_strict_fsync X-Git-Tag: v2.6.38-rc2~4^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8be7e6ba142423e6ad98fed293c96f196f685229;p=pandora-kernel.git CIFS: Implement cifs_strict_fsync Invalidate inode mapping if we don't have at least Level II oplock in cifs_strict_fsync. Also remove filemap_write_and_wait call from cifs_fsync because it is previously called from vfs_fsync_range. Add file operations' structures for strict cache mode. Reviewed-by: Jeff Layton Signed-off-by: Pavel Shilovsky Signed-off-by: Steve French --- Reading git-diff-tree failed