aboutsummaryrefslogtreecommitdiffstats
path: root/lib/radix-tree.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2009-11-19 13:11:29 -0500
committerDavid Howells <dhowells@redhat.com>2009-11-19 13:11:29 -0500
commit285e728b0ac55b53a673114096168d6f74930167 (patch)
tree725dbd61cc9a3fecd593163d9b2cb0a061315cbf /lib/radix-tree.c
parent1bccf513ac49d44604ba1cddcc29f5886e70f1b6 (diff)
FS-Cache: Don't delete pending pages from the page-store tracking tree
Don't delete pending pages from the page-store tracking tree, but rather send them for another write as they've presumably been updated. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'lib/radix-tree.c')
-rw-r--r--lib/radix-tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/radix-tree.c b/lib/radix-tree.c
index ae6106855561..92cdd9936e3d 100644
--- a/lib/radix-tree.c
+++ b/lib/radix-tree.c
@@ -546,7 +546,6 @@ out:
546} 546}
547EXPORT_SYMBOL(radix_tree_tag_clear); 547EXPORT_SYMBOL(radix_tree_tag_clear);
548 548
549#ifndef __KERNEL__ /* Only the test harness uses this at present */
550/** 549/**
551 * radix_tree_tag_get - get a tag on a radix tree node 550 * radix_tree_tag_get - get a tag on a radix tree node
552 * @root: radix tree root 551 * @root: radix tree root
@@ -609,7 +608,6 @@ int radix_tree_tag_get(struct radix_tree_root *root,
609 } 608 }
610} 609}
611EXPORT_SYMBOL(radix_tree_tag_get); 610EXPORT_SYMBOL(radix_tree_tag_get);
612#endif
613 611
614/** 612/**
615 * radix_tree_next_hole - find the next hole (not-present entry) 613 * radix_tree_next_hole - find the next hole (not-present entry)