diff options
Diffstat (limited to 'fs/hugetlbfs/inode.c')
| -rw-r--r-- | fs/hugetlbfs/inode.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c index d5c2a3158610..a66e425884d1 100644 --- a/fs/hugetlbfs/inode.c +++ b/fs/hugetlbfs/inode.c @@ -1498,8 +1498,10 @@ static int __init init_hugetlbfs_fs(void)  	/* other hstates are optional */  	i = 0;  	for_each_hstate(h) { -		if (i == default_hstate_idx) +		if (i == default_hstate_idx) { +			i++;  			continue; +		}  		mnt = mount_one_hugetlbfs(h);  		if (IS_ERR(mnt))  | 

