]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()
authorYan Hong <clouds.yan@gmail.com>
Mon, 8 Oct 2012 23:33:45 +0000 (16:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Oct 2012 07:23:00 +0000 (16:23 +0900)
commitcd8ed2a45a401cb692d769e92de7d73aa42fabce
treef1e04264e9fdb2eb7ecc2aae21137ca391541749
parentc462f179e4d273f0da0e7cf302e29b0edf43844e
fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()

The parameter 'wb' is never used in this function.

Signed-off-by: Yan Hong <clouds.yan@gmail.com>
Acked-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fs-writeback.c