diff --git a/[refs] b/[refs] index 06635c0e8f6c..7799dd966a6e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a4a3ec3291249c7db0e03d8b8188ef259b2873da +refs/heads/master: 2eeb9b2abc83a7fd02063c7558b8e729f5a3ae00 diff --git a/trunk/fs/nfsd/export.c b/trunk/fs/nfsd/export.c index 45159ee952e6..8e9df45b3d3c 100644 --- a/trunk/fs/nfsd/export.c +++ b/trunk/fs/nfsd/export.c @@ -671,6 +671,7 @@ static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) new->ex_fslocs.locations = NULL; new->ex_fslocs.locations_count = 0; new->ex_fslocs.migrated = 0; + new->ex_uuid = NULL; new->cd = item->cd; }