commit | 92d34134193e5b129dc24f8d79cb9196626e8d7a | [log] [tgz] |
---|---|---|
author | Shankara Pailoor <shankarapailoor@gmail.com> | Tue Jun 05 08:33:27 2018 -0500 |
committer | Dave Kleikamp <dave.kleikamp@oracle.com> | Tue Jun 05 10:36:46 2018 -0500 |
tree | 011dce3db1fdefac39464c1a9be0a5412926ad51 | |
parent | 716a685fdb89942a50c4138141027e38336a895f [diff] |
jfs: Fix inconsistency between memory allocation and ea_buf->max_size The code is assuming the buffer is max_size length, but we weren't allocating enough space for it. Signed-off-by: Shankara Pailoor <shankarapailoor@gmail.com> Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>