git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e949287
)
cifs: call cifs_update_eof with i_lock held
author
Jeff Layton
<jlayton@redhat.com>
Fri, 23 Mar 2012 18:40:56 +0000
(14:40 -0400)
committer
Jeff Layton
<jlayton@redhat.com>
Fri, 23 Mar 2012 18:40:56 +0000
(14:40 -0400)
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 <jlayton@redhat.com>
No differences found