Commit c8ebd433459b for kernel

commit c8ebd433459bcbf068682b09544e830acd7ed222
Merge: dbf8fe85a16a 1f941b2c23fd
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Dec 30 17:56:26 2025 -0800

    Merge tag 'nfsd-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux

    Pull nfsd fixes from Chuck Lever:
     "A set of NFSD fixes that arrived just a bit late for the 6.19 merge
      window.

      Regression fix:
       - Avoid unnecessarily breaking a timestamp delegation

      Stable fixes:
       - Fix a crasher in nlm4svc_proc_test()
       - Fix nfsd_file reference leak during write delegation
       - Fix error flow in client_states_open()"

    * tag 'nfsd-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:
      nfsd: Drop the client reference in client_states_open()
      nfsd: use ATTR_DELEG in nfsd4_finalize_deleg_timestamps()
      nfsd: fix nfsd_file reference leak in nfsd4_add_rdaccess_to_wrdeleg()
      lockd: fix vfs_test_lock() calls