Move ZFS crypto to separate module
This commit is contained in:
parent
2cdc899567
commit
f003a8c5e7
9 changed files with 415 additions and 298 deletions
|
@ -1116,6 +1116,11 @@ module = {
|
|||
common = fs/zfs/zfs_fletcher.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = zfscrypt;
|
||||
common = fs/zfs/zfscrypt.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = zfsinfo;
|
||||
common = fs/zfs/zfsinfo.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue