|
@@ -125,6 +125,8 @@ again:
|
|
continue;
|
|
continue;
|
|
if (!test_bit(NFS_DELEGATED_STATE, &state->flags))
|
|
if (!test_bit(NFS_DELEGATED_STATE, &state->flags))
|
|
continue;
|
|
continue;
|
|
|
|
+ if (!nfs4_valid_open_stateid(state))
|
|
|
|
+ continue;
|
|
if (!nfs4_stateid_match(&state->stateid, stateid))
|
|
if (!nfs4_stateid_match(&state->stateid, stateid))
|
|
continue;
|
|
continue;
|
|
get_nfs_open_context(ctx);
|
|
get_nfs_open_context(ctx);
|