commit | 22db9af2488655f7f841e9588d25384a5e694fa6 | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Mon Sep 26 08:32:07 2016 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Mon Sep 26 08:32:07 2016 +1000 |
tree | 8ff1d329df680550598ee75c061c67d505237c68 | |
parent | 12818d24db8ab01836bf423a7c1be639c3135572 [diff] |
xfs: pass current lsn to log recovery buffer validation The current LSN must be available to the buffer validation function to provide the ability to update the metadata LSN of the buffer. Pass the current_lsn value down to xlog_recover_validate_buf_type() in preparation. Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>