Thread (2 messages) 2 messages, 2 authors, 2011-02-24
STALE5609d

[PATCH 4/5] mballoc: change comments to ac_g_ex

From: Coly Li <hidden>
Date: 2011-02-06 04:27:45
Subsystem: ext4 file system, filesystems (vfs and infrastructure), the rest · Maintainers: "Theodore Ts'o", Alexander Viro, Christian Brauner, Linus Torvalds

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 <redacted>
Cc: Alex Tomas <redacted>
Cc: Theodore Tso <redacted>
---
  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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help