fs_ops: fix setattr

This commit is contained in:
CismonX 2025-03-20 12:21:47 +08:00
parent e0d2aa2058
commit 09e186b348
No known key found for this signature in database
GPG key ID: 3094873E29A482FB

View file

@ -2330,6 +2330,7 @@ fs_op_setattr (
} }
if (status < 0) { if (status < 0) {
send_reply(err, req, -status); send_reply(err, req, -status);
return;
} }
send_reply(attr, req, stat_buf, FS_ENTRY_TIMEOUT); send_reply(attr, req, stat_buf, FS_ENTRY_TIMEOUT);