From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: [PATCH 23/45] writeback: kill space in debugfs item name Date: Wed, 07 Oct 2009 15:38:41 +0800 Message-ID: <20091007074904.114952336@intel.com> References: <20091007073818.318088777@intel.com> Cc: Theodore Tso , Christoph Hellwig , Dave Chinner , Chris Mason , Peter Zijlstra , "Li Shaohua" , "Myklebust Trond" , "jens.axboe@oracle.com" , Jan Kara , Nick Piggin , , Wu Fengguang To: Andrew Morton Return-path: Cc: LKML Content-Disposition: inline; filename=writeback-fix-writeback-threads.patch Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org The space is not script friendly, kill it. CC: Jens Axboe Signed-off-by: Wu Fengguang --- mm/backing-dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux.orig/mm/backing-dev.c 2009-10-06 23:38:44.000000000 +0800 +++ linux/mm/backing-dev.c 2009-10-06 23:38:45.000000000 +0800 @@ -94,7 +94,7 @@ static int bdi_debug_stats_show(struct s "DirtyThresh: %8lu kB\n" "BackgroundThresh: %8lu kB\n" "WriteBandwidth: %8lu kBps\n" - "WriteBack threads:%8lu\n" + "WriteBackThreads: %8lu\n" "b_dirty: %8lu\n" "b_io: %8lu\n" "b_more_io: %8lu\n"