diff options
author | Robin Dong <sanbai@taobao.com> | 2012-08-17 16:02:17 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2012-08-17 16:02:17 +0200 |
commit | 15c006a22f8e004afbce42a54c878162355f1587 (patch) | |
tree | 264e8e58824c183c28b9a6a4134ac82f0a640c56 /fs/ext4/super.c | |
parent | ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCAN (diff) | |
download | linux-15c006a22f8e004afbce42a54c878162355f1587.tar.xz linux-15c006a22f8e004afbce42a54c878162355f1587.zip |
ext4: remove unused function argument 'order' in mb_find_extent()
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>
Diffstat (limited to 'fs/ext4/super.c')
0 files changed, 0 insertions, 0 deletions