[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210527235557.2377525-1-ebiggers@kernel.org>
Date: Thu, 27 May 2021 16:55:57 -0700
From: Eric Biggers <ebiggers@...nel.org>
To: linux-ext4@...r.kernel.org
Subject: [PATCH] ext4: fix comment for s_hash_unsigned
From: Eric Biggers <ebiggers@...gle.com>
Fix the comment for s_hash_unsigned to not be the opposite of what it
actually is.
Signed-off-by: Eric Biggers <ebiggers@...gle.com>
---
fs/ext4/ext4.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 37002663d521..54ba34b30044 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -1477,7 +1477,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;
base-commit: c4681547bcce777daf576925a966ffa824edd09d
--
2.32.0.rc0.204.g9fa02ecfa5-goog
Powered by blists - more mailing lists