Home
last modified time | relevance | path

Searched hist:f3d47a3a (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dwrite.cf3d47a3a Thu Jun 05 14:17:39 CDT 2008 Trond Myklebust <Trond.Myklebust@netapp.com> 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 <Trond.Myklebust@netapp.com>
Cc: Nick Piggin <npiggin@suse.de>
f3d47a3a Thu Jun 05 14:17:39 CDT 2008 Trond Myklebust <Trond.Myklebust@netapp.com> 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 <Trond.Myklebust@netapp.com>
Cc: Nick Piggin <npiggin@suse.de>