In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]NFS: Fix a potential data corruption[EOL][EOL]We must ensure that the subrequests are joined back into the head before[EOL]we can retransmit a request. If the head was not on the commit lists,[EOL]because the server wrote it synchronously, we still need to add it back[EOL]to the retransmission list.[EOL]Add a call that mirrors the effect of nfs_cancel_remove_inode() for[EOL]O_DIRECT.