commit | 8ec2d31b27f683e3deeaf5d562b534a695052de3 | [log] [tgz] |
---|---|---|
author | Ritesh Harjani <riteshh@linux.ibm.com> | Sun May 10 11:54:53 2020 +0530 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jun 03 23:16:52 2020 -0400 |
tree | 147b841974168b3afa1d8ab431dbeed204fbc032 | |
parent | ec8c60be96d6de74be601fbca56342efb9a1e039 [diff] |
ext4: replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_extents() Replace EXT_DEBUG with __maybe_unused from inside ext4_ext_handle_unwritten_extents() function. There should be no functionality change in this patch. Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com> Link: https://lore.kernel.org/r/ae335b94506cd9db9d2648c1f4dd25a80f9f3ce2.1589086800.git.riteshh@linux.ibm.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>