diff --git a/[refs] b/[refs] index 929ae2272793..b8d4b1dc8c84 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bb8a3b53c20f2c07164a23ff6c320794fee8b95f +refs/heads/master: fd08d7e9d196ca49afcce0181f1f0ca68f241aa2 diff --git a/trunk/fs/nfs/namespace.c b/trunk/fs/nfs/namespace.c index 66df08dd1caf..d398775a3af5 100644 --- a/trunk/fs/nfs/namespace.c +++ b/trunk/fs/nfs/namespace.c @@ -189,7 +189,7 @@ static struct vfsmount *nfs_do_clone_mount(struct nfs_server *server, struct nfs_clone_mount *mountdata) { #ifdef CONFIG_NFS_V4 - struct vfsmount *mnt = NULL; + struct vfsmount *mnt = ERR_PTR(-EINVAL); switch (server->nfs_client->rpc_ops->version) { case 2: case 3: