summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rtbitmap.c
diff options
context:
space:
mode:
authorShrikanth Hegde <sshegde@linux.ibm.com>2024-01-22 23:19:02 +0530
committerChandan Babu R <chandanbabu@kernel.org>2024-02-17 09:32:32 +0530
commit0164defd0d8665d1579dd802457da5e22d35559f (patch)
tree665f2f79ee1b0b7e2b72c6fd164d4bc534eca35b /fs/xfs/libxfs/xfs_rtbitmap.c
parent1149314a16f7972743c66988b2ac19767009325e (diff)
downloadlinux-0164defd0d8665d1579dd802457da5e22d35559f.tar.gz
linux-0164defd0d8665d1579dd802457da5e22d35559f.tar.bz2
linux-0164defd0d8665d1579dd802457da5e22d35559f.zip
xfs: remove duplicate ifdefs
when a ifdef is used in the below manner, second one could be considered as duplicate. ifdef DEFINE_A ...code block... ifdef DEFINE_A ...code block... endif ...code block... endif In the xfs code two such patterns were seen. Hence removing these ifdefs. No functional change is intended here. It only aims to improve code readability. Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> Signed-off-by: Shrikanth Hegde <sshegde@linux.ibm.com> Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Diffstat (limited to 'fs/xfs/libxfs/xfs_rtbitmap.c')
0 files changed, 0 insertions, 0 deletions