[PATCHv1, RFC 33/33] ext4, vfs: add huge= mount option

2016-07-25 Thread Kirill A. Shutemov
The same four values as in tmpfs case. Signed-off-by: Kirill A. Shutemov --- fs/ext4/ext4.h | 5 + fs/ext4/inode.c | 26 +- fs/ext4/super.c | 19 +++ 3 files changed, 45 insertions(+), 5 deletions(-) diff --git

[PATCHv1, RFC 33/33] ext4, vfs: add huge= mount option

2016-07-25 Thread Kirill A. Shutemov
The same four values as in tmpfs case. Signed-off-by: Kirill A. Shutemov --- fs/ext4/ext4.h | 5 + fs/ext4/inode.c | 26 +- fs/ext4/super.c | 19 +++ 3 files changed, 45 insertions(+), 5 deletions(-) diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h