From: Jeff Layton Date: Fri, 23 Mar 2012 18:40:56 +0000 (-0400) Subject: cifs: call cifs_update_eof with i_lock held X-Git-Tag: v3.4-rc1~19^2~2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=597b027f694481ffeebcffe634c24b807198d46c;p=pandora-kernel.git cifs: call cifs_update_eof with i_lock held cifs_update_eof has the potential to be racy if multiple threads are trying to modify it at the same time. Protect modifications of the server_eof value with the inode->i_lock. Signed-off-by: Jeff Layton --- Reading git-diff-tree failed