diff --git a/[refs] b/[refs] index 6432703784e7..afafaf6cef47 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff89be87c70247ffe3a72271e02eb7765cdd12c4 +refs/heads/master: 885c91f74662404dc179b8775494df383479311c diff --git a/trunk/fs/nfsd/export.c b/trunk/fs/nfsd/export.c index a3946cf13fc8..45159ee952e6 100644 --- a/trunk/fs/nfsd/export.c +++ b/trunk/fs/nfsd/export.c @@ -315,6 +315,7 @@ static void svc_export_put(struct kref *ref) path_put(&exp->ex_path); auth_domain_put(exp->ex_client); nfsd4_fslocs_free(&exp->ex_fslocs); + kfree(exp->ex_uuid); kfree(exp); }