From a6660a123ae49d96266e94c22db854349f2ab9a7 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Sat, 2 Feb 2013 05:55:08 -0500 Subject: [PATCH] --- yaml --- r: 359717 b: refs/heads/master c: 2eeb9b2abc83a7fd02063c7558b8e729f5a3ae00 h: refs/heads/master i: 359715: 43a7b667d0fdb138faa44862fc6b92eb23188341 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/export.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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; }