Searched hist:"28 df955a2ad484d602314b30183ea8496a9aa34a" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/lockd/ |
H A D | clntlock.c | diff 28df955a2ad484d602314b30183ea8496a9aa34a Fri Jun 09 08:40:27 CDT 2006 Trond Myklebust <Trond.Myklebust@netapp.com> NLM: Fix reclaim races
Currently it is possible for a task to remove its locks at the same time as the NLM recovery thread is trying to recover them. This quickly leads to an Oops. Protect the locks using an rw semaphore while they are being recovered.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
|
H A D | clntproc.c | diff 28df955a2ad484d602314b30183ea8496a9aa34a Fri Jun 09 08:40:27 CDT 2006 Trond Myklebust <Trond.Myklebust@netapp.com> NLM: Fix reclaim races
Currently it is possible for a task to remove its locks at the same time as the NLM recovery thread is trying to recover them. This quickly leads to an Oops. Protect the locks using an rw semaphore while they are being recovered.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
|
H A D | host.c | diff 28df955a2ad484d602314b30183ea8496a9aa34a Fri Jun 09 08:40:27 CDT 2006 Trond Myklebust <Trond.Myklebust@netapp.com> NLM: Fix reclaim races
Currently it is possible for a task to remove its locks at the same time as the NLM recovery thread is trying to recover them. This quickly leads to an Oops. Protect the locks using an rw semaphore while they are being recovered.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
|
/openbmc/linux/include/linux/lockd/ |
H A D | lockd.h | diff 28df955a2ad484d602314b30183ea8496a9aa34a Fri Jun 09 08:40:27 CDT 2006 Trond Myklebust <Trond.Myklebust@netapp.com> NLM: Fix reclaim races
Currently it is possible for a task to remove its locks at the same time as the NLM recovery thread is trying to recover them. This quickly leads to an Oops. Protect the locks using an rw semaphore while they are being recovered.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
|