Searched hist:b7e6b86948df8d08d420558212e09eb449be9bfa (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/lockd/ |
H A D | svc4proc.c | diff b7e6b86948df8d08d420558212e09eb449be9bfa Mon Nov 26 12:35:11 CST 2007 Oleg Drokin <green@linuxhacker.ru> lockd: fix reference count leaks in async locking case
In a number of places where we wish only to translate nlm_drop_reply to rpc_drop_reply errors we instead return early with rpc_drop_reply, skipping some important end-of-function cleanup.
This results in reference count leaks when lockd is doing posix locking on GFS2.
Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
|
H A D | svcproc.c | diff b7e6b86948df8d08d420558212e09eb449be9bfa Mon Nov 26 12:35:11 CST 2007 Oleg Drokin <green@linuxhacker.ru> lockd: fix reference count leaks in async locking case
In a number of places where we wish only to translate nlm_drop_reply to rpc_drop_reply errors we instead return early with rpc_drop_reply, skipping some important end-of-function cleanup.
This results in reference count leaks when lockd is doing posix locking on GFS2.
Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
|