diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/idmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c index 675b389cba5b..9cc4a3fbf4b0 100644 --- a/fs/nfs/idmap.c +++ b/fs/nfs/idmap.c | |||
@@ -707,6 +707,7 @@ static int nfs_idmap_legacy_upcall(struct key_construction *cons, | |||
707 | msg = &data->pipe_msg; | 707 | msg = &data->pipe_msg; |
708 | im = &data->idmap_msg; | 708 | im = &data->idmap_msg; |
709 | data->idmap = idmap; | 709 | data->idmap = idmap; |
710 | data->key_cons = cons; | ||
710 | 711 | ||
711 | ret = nfs_idmap_prepare_message(key->description, idmap, im, msg); | 712 | ret = nfs_idmap_prepare_message(key->description, idmap, im, msg); |
712 | if (ret < 0) | 713 | if (ret < 0) |