]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Fix up a race in the NFS implementation of GETLK
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 18 Oct 2005 21:20:16 +0000 (14:20 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 18 Oct 2005 21:20:16 +0000 (14:20 -0700)
commit61a69a50c5a32499f8cfcbe4a0df10d039866447
treea2f76afdda97f92df432b5d04e335ee90c42ced6
parent9c4f64f667d79a8be735d35c41fda19e31d12263
 NFS: Fix up a race in the NFS implementation of GETLK

 ...and fix a memory corruption bug due to improper use of memcpy() on
 a struct file_lock.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/file.c