Commit b5048a6cb5455a16bdff26a4c5ae9534f070d94c
Committed by
Jens Axboe
1 parent
6467716a37
Exists in
master
and in
7 other branches
writeback: remove unnecessary init_timer call
The 'setup_timer()' function also calls 'init_timer()', so the extra 'init_timer()' call is not needed. Indeed, 'setup_timer()' is basically 'init_timer()' plus callback function and data pointers initialization. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff
mm/backing-dev.c