minix3fs support

This commit is contained in:
Feiran Zheng 2011-04-11 08:16:13 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 8a3bc88ea7
commit 3dd3dd335f
3 changed files with 132 additions and 39 deletions

View file

@ -958,6 +958,11 @@ module = {
common = fs/minix2.c;
};
module = {
name = minix3;
common = fs/minix3.c;
};
module = {
name = nilfs2;
common = fs/nilfs2.c;