Hi!
On Sun 2024-03-24 19:04:54, Sasha Levin wrote:
From: Tavian Barnes tavianator@tavianator.com
In nfsd4_encode_fattr(), TIME_CREATE was being written out after all other times. However, they should be written out in an order that matches the bit flags in bmval1, which in this case are
This misses upstream marking, probably should be:
commit d7dbed457c2ef83709a2a2723a2d58de43623449 Author: Tavian Barnes tavianator@tavianator.com Date: Fri Jun 23 17:09:06 2023 -0400
nfsd: Fix creation time serialization order
Best regards, Pavel