From: Trond Myklebust Date: Thu, 5 Jun 2008 19:17:39 +0000 (-0400) Subject: NFS: Fix a preemption count leak in nfs_update_request X-Git-Tag: v2.6.27-rc1~1052^2~1^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3d47a3a6a1484a93c8cfe1e8c8d4399c95199c7;p=pandora-kernel.git NFS: Fix a preemption count leak in nfs_update_request The commit 2785259631697ebb0749a3782cca206e2e542939 (nfs: use GFP_NOFS preloads for radix-tree insertion) appears to have introduced a bug: We only want to call radix_tree_preload() once after creating a request. Calling it every time we loop after we created the request, will cause preemption count leaks. Signed-off-by: Trond Myklebust Cc: Nick Piggin --- Reading git-diff-tree failed