[PATCHv7 5/5] ext4: remove unnecessary argument

2012-07-11 Thread Artem Bityutskiy
From: Artem Bityutskiy The '__ext4_handle_dirty_metadata()' does not need the 'now' argument anymore and we can kill it. Signed-off-by: Artem Bityutskiy Reviewed-by: Jan Kara --- fs/ext4/ext4_jbd2.c |3 +-- fs/ext4/ext4_jbd2.h |7 ++- fs/ext4/inode.c |2 +-

[PATCHv7 5/5] ext4: remove unnecessary argument

2012-07-11 Thread Artem Bityutskiy
From: Artem Bityutskiy artem.bityuts...@linux.intel.com The '__ext4_handle_dirty_metadata()' does not need the 'now' argument anymore and we can kill it. Signed-off-by: Artem Bityutskiy artem.bityuts...@linux.intel.com Reviewed-by: Jan Kara j...@suse.cz --- fs/ext4/ext4_jbd2.c |3 +--