commit | 82c18e022db437b22c0d76cca420bfe558bf2ebb | [log] [tgz] |
---|---|---|
author | Johan Rudholm <johan.rudholm@stericsson.com> | Mon Feb 06 15:17:04 2012 +0100 |
committer | Christian Bejram <christian.bejram@stericsson.com> | Sun Mar 25 21:05:38 2012 +0200 |
tree | 3bf1ef98cb8c207a12b5c7d8162dc98229e9125f | |
parent | 412d55c7ee5ce42dc52e0c03c3e0d1c5c2d9d870 [diff] |
ext4_utils: Fix long symbolic links When the target of a symbolic link is over 60 characters, make_ext4fs fails to create the link. Instead of allocating n bytes, n blocks of 4096 bytes was reserved, and the allocated data was never attached to the inode. Change-Id: I63a2e76166a2afc30734265324d5c5265cfa59ff Signed-off-by: Christian Bejram <christian.bejram@stericsson.com>