]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Don't check request offset and size without holding a lock
authorTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 17 Jul 2017 15:11:49 +0000 (11:11 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 15 Aug 2017 15:54:46 +0000 (11:54 -0400)
commit6f7549fdd57d73481cf56e587b5a92f5322167aa
treed6d22e8c6a213ceb8d9e93565df99cf99fdba503
parentae0beeec73a5422d6017b01c79b7480ea4ecff1e
NFS: Don't check request offset and size without holding a lock

Request offsets and sizes are not guaranteed to be stable unless you
are holding the request locked.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/write.c