ext4: remove timebomb in ext4_decode_extra_time()
authorChristoph Hellwig <hch@lst.de>
Thu, 24 Aug 2017 17:59:24 +0000 (13:59 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 24 Aug 2017 17:59:24 +0000 (13:59 -0400)
commiteaa093d2c0d15ad48f66eee414452e4eaa2be3d2
treea09b39b5cf423669b24883d29abccc0efa578213
parentd695a1bea351276615ad270860bc1fbddcfbaeb3
ext4: remove timebomb in ext4_decode_extra_time()

Changing behavior based on the version code is a timebomb waiting to
happen, and not easily bisectable.  Drop it and leave any removal
to explicit developer action. (And I don't think file system
should _ever_ remove backwards compatibility that has no explicit
flag, but I'll leave that to the ext4 folks).

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Eric Biggers <ebiggers@google.com>
fs/ext4/ext4.h