From 5fe51292e188a4a78dea81c2c13f2dbe614a2536 Mon Sep 17 00:00:00 2001 From: Fred Isaman Date: Tue, 27 Feb 2007 15:31:04 +1100 Subject: Extend the exportfs/mountd interface to pass fslocations info into the kernel Fix up a few issues with the fsloc code. Signed-off-by: Fred Isaman Signed-off-by: Kevin Coffman Signed-off-by: Neil Brown --- support/export/export.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support/export/export.c') diff --git a/support/export/export.c b/support/export/export.c index cfb6681..a4b0788 100644 --- a/support/export/export.c +++ b/support/export/export.c @@ -240,6 +240,8 @@ export_freeall(void) xfree(exp->m_export.e_sqgids); if (exp->m_export.e_mountpoint) free(exp->m_export.e_mountpoint); + if (exp->m_export.e_fslocdata) + xfree(exp->m_export.e_fslocdata); xfree(exp); } exportlist[i] = NULL; -- cgit