4 Aug 2012 17:51
gfs2: nuke pdflush from comments
Linux Kernel Mailing List <linux-kernel <at> vger.kernel.org>
2012-08-04 15:51:56 GMT
2012-08-04 15:51:56 GMT
Gitweb: http://git.kernel.org/linus/;a=commit;h=e76e0ec9849bcd3290c19ba6f71c7c01e7988414 Commit: e76e0ec9849bcd3290c19ba6f71c7c01e7988414 Parent: d97482ede202f424670a53673c362e5189107875 Author: Artem Bityutskiy <artem.bityutskiy <at> linux.intel.com> AuthorDate: Wed Jul 25 18:12:13 2012 +0300 Committer: Al Viro <viro <at> zeniv.linux.org.uk> CommitDate: Sat Aug 4 12:15:40 2012 +0400 gfs2: nuke pdflush from comments The pdflush thread is long gone, so this patch removes references to pdflush from gfs comments. Cc: Steven Whitehouse <swhiteho <at> redhat.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy <at> linux.intel.com> Signed-off-by: Al Viro <viro <at> zeniv.linux.org.uk> --- fs/gfs2/meta_io.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/gfs2/meta_io.c b/fs/gfs2/meta_io.c index 3a56c8d..22255d9 100644 --- a/fs/gfs2/meta_io.c +++ b/fs/gfs2/meta_io.c <at> <at> -52,7 +52,7 <at> <at> static int gfs2_aspace_writepage(struct page *page, struct writeback_control *wb /* * If it's a fully non-blocking write attempt and we cannot * lock the buffer then redirty the page. Note that this can - * potentially cause a busy-wait loop from pdflush and kswapd + * potentially cause a busy-wait loop from flusher thread and kswapd(Continue reading)
RSS Feed