On Mon, Jan 28, 2008 at 02:46:41PM -0500, Chuck Lever wrote: > On Jan 25, 2008, at 6:16 PM, J. Bruce Fields wrote: >> From: Oleg Drokin <[EMAIL PROTECTED]> >> >> 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. > > Is Oleg's Signed-off-by: missing?
Oleg? > >> Signed-off-by: J. Bruce Fields <[EMAIL PROTECTED]> >> --- >> fs/lockd/svc4proc.c | 20 ++++++++++++-------- >> fs/lockd/svcproc.c | 22 +++++++++++++--------- >> 2 files changed, 25 insertions(+), 17 deletions(-) > > More below. White space damaged fixed, thanks. --b. - To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
