diff options
Diffstat (limited to 'fs/nfsd/export.c')
-rw-r--r-- | fs/nfsd/export.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c index a3946cf13fc8..45159ee952e6 100644 --- a/fs/nfsd/export.c +++ b/fs/nfsd/export.c | |||
@@ -315,6 +315,7 @@ static void svc_export_put(struct kref *ref) | |||
315 | path_put(&exp->ex_path); | 315 | path_put(&exp->ex_path); |
316 | auth_domain_put(exp->ex_client); | 316 | auth_domain_put(exp->ex_client); |
317 | nfsd4_fslocs_free(&exp->ex_fslocs); | 317 | nfsd4_fslocs_free(&exp->ex_fslocs); |
318 | kfree(exp->ex_uuid); | ||
318 | kfree(exp); | 319 | kfree(exp); |
319 | } | 320 | } |
320 | 321 | ||