From: Trond Myklebust Date: Sat, 3 Dec 2005 20:20:10 +0000 (-0500) Subject: SUNRPC: Fix Oopsable condition in rpc_pipefs X-Git-Tag: v2.6.15-rc5~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb184f3356adbbb1605df2f7c570b4c92231fa3a;p=pandora-kernel.git SUNRPC: Fix Oopsable condition in rpc_pipefs The elements on rpci->in_upcall are tracked by the filp->private_data, which will ensure that they get released when the file is closed. The exception is if rpc_close_pipes() gets called first, since that sets rpci->ops to NULL. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed