All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3 of 3] Multi-File Data Streams V3 - export radix tree function
@ 2007-06-18  1:55 David Chinner
  0 siblings, 0 replies; only message in thread
From: David Chinner @ 2007-06-18  1:55 UTC (permalink / raw)
  To: xfs-dev; +Cc: xfs-oss

XFS can be built as a module, so the filestreams code needs
this function exported.

---
 lib/radix-tree.c |    1 +
 1 file changed, 1 insertion(+)

Index: 2.6.x-xfs-new/lib/radix-tree.c
===================================================================
--- 2.6.x-xfs-new.orig/lib/radix-tree.c	2007-03-29 19:00:53.802804161 +1000
+++ 2.6.x-xfs-new/lib/radix-tree.c	2007-03-29 19:07:10.297495640 +1000
@@ -151,6 +151,7 @@ int radix_tree_preload(gfp_t gfp_mask)
 out:
 	return ret;
 }
+EXPORT_SYMBOL(radix_tree_preload);
 
 static inline void tag_set(struct radix_tree_node *node, unsigned int tag,
 		int offset)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-18 19:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-18  1:55 [PATCH 3 of 3] Multi-File Data Streams V3 - export radix tree function David Chinner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.