lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 06 Feb 2011 12:54:08 +0800
From:	Coly Li <i@...y.li>
To:	linux-ext4@...r.kernel.org
CC:	Alex Tomas <alex@...sterfs.com>, Theodore Tso <tytso@...gle.com>
Subject: [PATCH 4/5] mballoc: change comments to ac_g_ex

Current comments to ac_g_ex, the member of struct
ext4_allocation_context is,
	/* goal request (after normalization) */
This is a little bit confused. In order to make it easier to be
understood, this patch modify the comments as,
	/* goal request (normalized ac_o_ex) */
which means ac_g_ex is a normalized value of ac_o_ex.

Signed-off-by: Coly Li <bosong.ly@...bao.com>
Cc: Alex Tomas <alex@...sterfs.com>
Cc: Theodore Tso <tytso@...gle.com>
---
  fs/ext4/mballoc.h |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h
index b619322..22bd4d7 100644
--- a/fs/ext4/mballoc.h
+++ b/fs/ext4/mballoc.h
@@ -169,7 +169,7 @@ struct ext4_allocation_context {
  	/* original request */
  	struct ext4_free_extent ac_o_ex;

-	/* goal request (after normalization) */
+	/* goal request (normalized ac_o_ex) */
  	struct ext4_free_extent ac_g_ex;

  	/* the best found extent */
-- 
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ