projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c78605
)
ext4: clarify description of ac_g_ex in struct ext4_allocation_context
author
Coly Li
<i@coly.li>
Thu, 24 Feb 2011 19:10:00 +0000
(14:10 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 24 Feb 2011 19:10:00 +0000
(14:10 -0500)
Signed-off-by: Coly Li <bosong.ly@taobao.com>
Cc: Alex Tomas <alex@clusterfs.com>
Cc: Theodore Tso <tytso@google.com>
fs/ext4/mballoc.h
patch
|
blob
|
history
diff --git
a/fs/ext4/mballoc.h
b/fs/ext4/mballoc.h
index
b619322
..
22bd4d7
100644
(file)
--- 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 */