mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-07 11:48:51 +00:00
fs_ops: fix setattr
This commit is contained in:
parent
e0d2aa2058
commit
09e186b348
1 changed files with 1 additions and 0 deletions
|
@ -2330,6 +2330,7 @@ fs_op_setattr (
|
|||
}
|
||||
if (status < 0) {
|
||||
send_reply(err, req, -status);
|
||||
return;
|
||||
}
|
||||
|
||||
send_reply(attr, req, stat_buf, FS_ENTRY_TIMEOUT);
|
||||
|
|
Loading…
Add table
Reference in a new issue