git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc6eb18
)
ext4: remove unused function argument 'order' in mb_find_extent()
author
Robin Dong
<sanbai@taobao.com>
Fri, 17 Aug 2012 14:02:17 +0000
(10:02 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Fri, 17 Aug 2012 14:02:17 +0000
(10:02 -0400)
All the routines call mb_find_extent are setting argument 'order' to 0
just like:
mb_find_extent(e4b, 0, ex.fe_start, ex.fe_len, &ex);
therefore the useless argument should be removed.
Signed-off-by: Robin Dong <sanbai@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.c
patch
|
blob
|
history
diff --cc
fs/ext4/mballoc.c
Simple merge