Re: [RFC PATCH] hugetlbfs: fix the hugetlbfs can not be mounted

2016-11-03 Thread zhong jiang
On 2016/11/4 3:17, Andrew Morton wrote: > On Sat, 29 Oct 2016 14:08:31 +0800 zhongjiang wrote: > >> From: zhong jiang >> >> Since 'commit 3e89e1c5ea84 ("hugetlb: make mm and fs code explicitly >> non-modular")' >> bring in the mainline. mount hugetlbfs will result in the following issue. >> >> m

Re: [RFC PATCH] hugetlbfs: fix the hugetlbfs can not be mounted

2016-11-03 Thread Paul Gortmaker
[Re: [RFC PATCH] hugetlbfs: fix the hugetlbfs can not be mounted] On 03/11/2016 (Thu 12:17) Andrew Morton wrote: > On Sat, 29 Oct 2016 14:08:31 +0800 zhongjiang wrote: > > > From: zhong jiang > > > > Since 'commit 3e89e1c5ea84 ("hugetlb: make mm and f

Re: [RFC PATCH] hugetlbfs: fix the hugetlbfs can not be mounted

2016-11-03 Thread Andrew Morton
On Sat, 29 Oct 2016 14:08:31 +0800 zhongjiang wrote: > From: zhong jiang > > Since 'commit 3e89e1c5ea84 ("hugetlb: make mm and fs code explicitly > non-modular")' > bring in the mainline. mount hugetlbfs will result in the following issue. > > mount: unknown filesystme type 'hugetlbfs' > > b

Re: [RFC PATCH] hugetlbfs: fix the hugetlbfs can not be mounted

2016-10-29 Thread zhong jiang
On 2016/10/29 14:08, zhongjiang wrote: > From: zhong jiang > > Since 'commit 3e89e1c5ea84 ("hugetlb: make mm and fs code explicitly > non-modular")' > bring in the mainline. mount hugetlbfs will result in the following issue. > > mount: unknown filesystme type 'hugetlbfs' > > because previous pat

[RFC PATCH] hugetlbfs: fix the hugetlbfs can not be mounted

2016-10-28 Thread zhongjiang
From: zhong jiang Since 'commit 3e89e1c5ea84 ("hugetlb: make mm and fs code explicitly non-modular")' bring in the mainline. mount hugetlbfs will result in the following issue. mount: unknown filesystme type 'hugetlbfs' because previous patch remove the module_alias_fs, when we mount the fs ty