From: Nick Wilson Date: Fri, 23 Sep 2005 04:44:28 +0000 (-0700) Subject: [PATCH] NFS: fix client oops when debugging is on X-Git-Tag: v2.6.14-rc3~51^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10d2c46f9408d404bffef89d5052953a3b1d9288;p=pandora-kernel.git [PATCH] NFS: fix client oops when debugging is on nfs_readpage_release() causes an oops while accessing a file with NFS debugging turned on (echo 32767 > /proc/sys/sunrpc/nfs_debug) and a kernel built with CONFIG_DEBUG_SLAB. This patch moves the debugging statement above nfs_release_request() to avoid accessing freed memory. Signed-off-by: Nick Wilson Cc: Trond Myklebust Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed