Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The core motivation behind these changes is to minimize the memory management differences between ZFS on Linux and other platforms. This simplifies the process of porting changes to Linux from other platforms. This is good for code quality and is expected to reduce the number of defects accidentally introduced due to porting. The key reason this is now possible is due to the addition of Linux features such as the thread-specific PF_FSTRANS bit which was introduced for XFS. This patch stack also performs some refactoring and cleanup designed to make the code more maintainable and understandable. Finally, in the context of making and testing these changes several bugs were identified and resolved resulting in a more robust implementation. Signed-off-by: Brian Behlendorf <[email protected]> Signed-off-by: Richard Yao <[email protected]> Signed-off-by: Tim Chase <[email protected]> Closes openzfs#414
- Loading branch information