]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_super
authorJoseph Qi <joseph.qi@huawei.com>
Wed, 4 Jun 2014 23:06:15 +0000 (16:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:53:54 +0000 (16:53 -0700)
commit6080c75f86c47605a4ea62111be3c643b21d79be
treed2bd3ac03c272a90e9e679fc727513beb61a99b8
parent7f8405f52076b59a3236ee5b71ee44de42325ec0
ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_super

Parameters new_clusters and first_new_cluster are not used in
ocfs2_update_last_group_and_inode, so remove them.

Signed-off-by: Joseph Qi <joseph.qi@huawei.com>
Reviewed-by: joyce.xue <xuejiufei@huawei.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/resize.c