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)
commit039c4d7a82d8268ec71f59679460b41d0dd9b225
treea2f76afdda97f92df432b5d04e335ee90c42ced6
parent06735b3454824bd561decbde46111f144e905923
 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