aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
diff options
context:
space:
mode:
authorJiangshan Yi <yijiangshan@kylinos.cn>2022-07-14 14:33:18 +0800
committerJan Kara <jack@suse.cz>2022-07-14 12:04:15 +0200
commit9888725d8a640d67abe6139e84ff41bafe89b11e (patch)
treeaa5bc97cb49a644933110e4b5f952d5e4d14de55 /fs/reiserfs
parentMerge tag 'drm-fixes-2022-07-01' of git://anongit.freedesktop.org/drm/drm (diff)
downloadlinux-dev-9888725d8a640d67abe6139e84ff41bafe89b11e.tar.xz
linux-dev-9888725d8a640d67abe6139e84ff41bafe89b11e.zip
fs/ext2: replace ternary operator with min_t()
Fix the following coccicheck warning: fs/ext2/super.c:1494: WARNING opportunity for min(). fs/ext2/super.c:1533: WARNING opportunity for min(). min_t() macro is defined in include/linux/minmax.h. It avoids multiple evaluations of the arguments when non-constant and performs strict type-checking. Link: https://lore.kernel.org/r/20220714063318.1777139-1-13667453960@163.com Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/reiserfs')
0 files changed, 0 insertions, 0 deletions