aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/fast_commit.c
diff options
context:
space:
mode:
authorcarrion bent <[email protected]>2024-06-06 05:43:16 +0000
committerTheodore Ts'o <[email protected]>2024-08-21 01:38:59 +0000
commitf67fbacd923f280c55b9e26e49650331446ef335 (patch)
tree0cb04149e2ec67d5999c1332c3c442d94b2cd2dd /fs/ext4/fast_commit.c
parentext4: filesystems without casefold feature cannot be mounted with siphash (diff)
downloadkernel-f67fbacd923f280c55b9e26e49650331446ef335.tar.gz
kernel-f67fbacd923f280c55b9e26e49650331446ef335.zip
ext4: fix macro definition error of EXT4_DIRENT_HASH and EXT4_DIRENT_MINOR_HASH
The macro parameter 'entry' of EXT4_DIRENT_HASH and EXT4_DIRENT_MINOR_HASH was not used, but rather the variable 'de' was directly used, which may be a local variable inside a function that calls the macros. Fortunately, all callers have passed in 'de' so far, so this bug didn't have an effect. Signed-off-by: carrion bent <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/ext4/fast_commit.c')
0 files changed, 0 insertions, 0 deletions