minix3fs support
This commit is contained in:
parent
8a3bc88ea7
commit
3dd3dd335f
3 changed files with 132 additions and 39 deletions
|
@ -958,6 +958,11 @@ module = {
|
|||
common = fs/minix2.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = minix3;
|
||||
common = fs/minix3.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = nilfs2;
|
||||
common = fs/nilfs2.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue