View | Details | Raw Unified | Return to bug 134366
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- linux-2.6.15-rc2/fs/nfsd/nfs4state.c.orig   2005-11-25 12:58:12.000000000 +0530
0
++ linux-2.6.15-rc2/fs/nfsd/nfs4state.c        2005-11-25 13:01:11.000000000 +0530
Lines 2715-2720 nfsd4_lock(struct svc_rqst *rqstp, struc Link Here
2715
               if (STALE_CLIENTID(&lock->lk_new_clientid))
2715
               if (STALE_CLIENTID(&lock->lk_new_clientid))
2716
                       goto out;
2716
                       goto out;
2717
               /* lock seqid provided by the client should be zero. RFC section 8.1.5 */
2718
               status = nfserr_bad_seqid;
2719
               if (lock->v.new.lock_seqid != 0)
2720
                       goto out;
2721
2717
               /* validate and update open stateid and open seqid */
2722
               /* validate and update open stateid and open seqid */
2718
               status = nfs4_preprocess_seqid_op(current_fh,
2723
               status = nfs4_preprocess_seqid_op(current_fh,
2719
                                       lock->lk_new_open_seqid,
2724
                                       lock->lk_new_open_seqid,

Return to bug 134366