mbox series

[0/2] NFSD: use CB_GETATTR to handle GETATTR conflict with write delegation

Message ID 1694617319-27455-1-git-send-email-dai.ngo@oracle.com (mailing list archive)
Headers show
Series NFSD: use CB_GETATTR to handle GETATTR conflict with write delegation | expand

Message

Dai Ngo Sept. 13, 2023, 3:01 p.m. UTC
Currently GETATTR conflict with a write delegation is handled by
recalling the delegation before replying to the GETATTR.

This patch series add supports for CB_GETATTR callback to get the latest
change_info and size information of the file from the client that holds
the delegation to reply to the GETATTR from the second client.