ext4: fix comment for s_hash_unsigned
authorEric Biggers <ebiggers@google.com>
Thu, 27 May 2021 23:55:57 +0000 (16:55 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 24 Jun 2021 13:42:41 +0000 (09:42 -0400)
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>
fs/ext4/ext4.h

index a646bfcbd0e8a113b4e966be858216a7da0e5f6f..8ff4ae3b5715be1da974fdea480d49c0ce0c19ad 100644 (file)
@@ -1486,7 +1486,7 @@ struct ext4_sb_info {
        unsigned int s_inode_goal;
        u32 s_hash_seed[4];
        int s_def_hash_version;
-       int s_hash_unsigned;    /* 3 if hash should be signed, 0 if not */
+       int s_hash_unsigned;    /* 3 if hash should be unsigned, 0 if not */
        struct percpu_counter s_freeclusters_counter;
        struct percpu_counter s_freeinodes_counter;
        struct percpu_counter s_dirs_counter;