Re: [PATCH 12/74] libext2fs: make symlinks safe for 64bit blocks and extents
From: Theodore Ts'o <tytso@mit.edu>
Date: 2013-12-12 17:48:57
From: Theodore Ts'o <tytso@mit.edu>
Date: 2013-12-12 17:48:57
On Tue, Dec 10, 2013 at 05:19:41PM -0800, Darrick J. Wong wrote:
If we have to create a big symlink (i.e. one that doesn't fit into i_block[]), we are not 64bit block safe and the namei code does not handle extents at all. Fix both. Signed-off-by: Darrick J. Wong <redacted>
Thanks, applied. - Ted