Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ext4: fix comment for s_hash_unsigned

Fix the comment for s_hash_unsigned to not be the opposite of what it
actually is.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20210527235557.2377525-1-ebiggers@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>

authored by

Eric Biggers and committed by
Theodore Ts'o
6d2424a8 f9505c72

+1 -1
+1 -1
fs/ext4/ext4.h
··· 1486 1486 unsigned int s_inode_goal; 1487 1487 u32 s_hash_seed[4]; 1488 1488 int s_def_hash_version; 1489 - int s_hash_unsigned; /* 3 if hash should be signed, 0 if not */ 1489 + int s_hash_unsigned; /* 3 if hash should be unsigned, 0 if not */ 1490 1490 struct percpu_counter s_freeclusters_counter; 1491 1491 struct percpu_counter s_freeinodes_counter; 1492 1492 struct percpu_counter s_dirs_counter;