diff options
Diffstat (limited to 'fs/nfs/nfs4idmap.c')
-rw-r--r-- | fs/nfs/nfs4idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4idmap.c b/fs/nfs/nfs4idmap.c index 5ba22c6b0ffa..c444285bb1b1 100644 --- a/fs/nfs/nfs4idmap.c +++ b/fs/nfs/nfs4idmap.c | |||
@@ -201,7 +201,7 @@ int nfs_idmap_init(void) | |||
201 | GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, | 201 | GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, |
202 | (KEY_POS_ALL & ~KEY_POS_SETATTR) | | 202 | (KEY_POS_ALL & ~KEY_POS_SETATTR) | |
203 | KEY_USR_VIEW | KEY_USR_READ, | 203 | KEY_USR_VIEW | KEY_USR_READ, |
204 | KEY_ALLOC_NOT_IN_QUOTA, NULL); | 204 | KEY_ALLOC_NOT_IN_QUOTA, NULL, NULL); |
205 | if (IS_ERR(keyring)) { | 205 | if (IS_ERR(keyring)) { |
206 | ret = PTR_ERR(keyring); | 206 | ret = PTR_ERR(keyring); |
207 | goto failed_put_cred; | 207 | goto failed_put_cred; |