Actions
Bug #11821
closedAllocate memory for inode for file_operations callbacks
Start date:
08/12/2022
Due date:
% Done:
0%
Estimated time:
Detected in build:
git
Platform:
Published in build:
Description
#11810 revealed that the current environment model specification for file_operations callbacks allocates memory only for file and does not allocated memory for inode.
Updated by Evgeny Novikov over 2 years ago
- Blocks Feature #11810: Check whether the same resources are passed to various related callbacks added
Updated by Evgeny Novikov over 2 years ago
- Status changed from New to Resolved
I fixed this in branch fix-file-ops-envmodel-spec. Let's see on testing results.
Updated by Evgeny Novikov over 2 years ago
- Status changed from Resolved to Closed
Tests passed well, so I merged the branch to master in bcda0f0fc.
Actions