Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux-2.6-microblaze.git] / fs / nfs / nfs4state.c
index daeb94e..8156bad 100644 (file)
@@ -868,7 +868,7 @@ static struct nfs4_lock_state *nfs4_get_lock_state(struct nfs4_state *state, fl_
        
        for(;;) {
                spin_lock(&state->state_lock);
-               lsp = __nfs4_find_lock_state(state, owner, 0);
+               lsp = __nfs4_find_lock_state(state, owner, NULL);
                if (lsp != NULL)
                        break;
                if (new != NULL) {