mkfs.f2fs: skip extension name that is too long
authorChao Yu <chao2.yu@samsung.com>
Mon, 30 Nov 2015 10:41:07 +0000 (10:41 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 2 Dec 2015 21:38:02 +0000 (13:38 -0800)
commitc9274cb6461d86cc3a30e62045eaafd2e1419b59
tree825bd51fd540189b53ab9b4152175121c34d1b08
parent1540a28ca952c087b78660792340b74b192e8787
mkfs.f2fs: skip extension name that is too long

The length of extension name has a limit of 8 bytes. If an extension
exceeds the limitation, it will not be added to the extension_list.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
mkfs/f2fs_format.c