On 5/12/20 9:16 AM, Anthony Iliopoulos wrote: > The nowrite_ops var is declared within nested block scope but used > outside that scope, causing xfs_db to crash while trying to defererence > the verify_write pointer. Fix it by lifting the declaration to the outer > scope, where it is accessed. > > Fixes: b64af2c48220c8 ("xfs_db: add crc manipulation commands") > Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxx> > Signed-off-by: Anthony Iliopoulos <ailiop@xxxxxxxx> Thank you for the reminder, this is staged now. -Eric