From 4262eb401fac0a6f9f0f76bff390041ad6600536 Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Fri, 2 Mar 2012 14:26:10 -0700 Subject: s3:vfs_gpfs: Export disk_norm function vfs modules implementing the disk_free callback need access to the function disk_norm for normalizing the data if the parameter small query is true. --- source3/smbd/dfree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/dfree.c') diff --git a/source3/smbd/dfree.c b/source3/smbd/dfree.c index 03541880e1..1a73132ae5 100644 --- a/source3/smbd/dfree.c +++ b/source3/smbd/dfree.c @@ -25,7 +25,7 @@ Normalise for DOS usage. ****************************************************************************/ -static void disk_norm(bool small_query, uint64_t *bsize,uint64_t *dfree,uint64_t *dsize) +void disk_norm(bool small_query, uint64_t *bsize,uint64_t *dfree,uint64_t *dsize) { /* check if the disk is beyond the max disk size */ uint64_t maxdisksize = lp_maxdisksize(); -- cgit