diff options
author | Artem Bityutskiy <[email protected]> | 2010-07-25 14:29:23 +0300 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2010-08-07 18:53:56 +0200 |
commit | b5048a6cb5455a16bdff26a4c5ae9534f070d94c (patch) | |
tree | fe66278b6ff27a6ef9dbef0cd3db1d8640e10bbd /fs/jbd/commit.c | |
parent | 6467716a37673e8d47b4984eb19839bdad0a8353 (diff) |
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 <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions