diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2019-12-09 11:10:06 +0000 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-01-20 20:12:41 -0500 |
commit | 4a0a88b6660b48f773b6e7631e0be57b7f5048ed (patch) | |
tree | e67920a71d2369ac672fcbf8fcd6981bc4689d8f /mm/mapping_dirty_helpers.c | |
parent | f6075c79074378910e131bbebc9d1dab53fd9986 (diff) | |
download | linux-4a0a88b6660b48f773b6e7631e0be57b7f5048ed.tar.bz2 |
fs/adfs: dir: improve compiler coverage in adfs_dir_update
Get rid of the ifdef, using IS_ENABLED() instead to detect whether the
code should be callable. This allows the compiler to always parse the
following code, reducing the chances of errors being missed.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'mm/mapping_dirty_helpers.c')
0 files changed, 0 insertions, 0 deletions