LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Miklos Szeredi <miklos@szeredi.hu>
To: akpm@linux-foundation.org
Cc: peterz@infradead.org, linux-kernel@vger.kernel.org,
linux-fsdevel@vger.kernel.org, linux-mm@kvack.org
Subject: [patch 2/4] mm: bdi: export bdi_writeout_inc() fix
Date: Tue, 18 Mar 2008 19:56:28 +0100 [thread overview]
Message-ID: <20080318185718.873571360@szeredi.hu> (raw)
In-Reply-To: <20080318185626.300130296@szeredi.hu>
[-- Attachment #1: export_bdi_writeout_inc_fix.patch --]
[-- Type: text/plain, Size: 739 bytes --]
From: Miklos Szeredi <mszeredi@suse.cz>
Make bdi_writeout_inc() GPL only at the request of Peter Zijlstra.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
---
mm/page-writeback.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux/mm/page-writeback.c
===================================================================
--- linux.orig/mm/page-writeback.c 2008-03-18 19:38:45.000000000 +0100
+++ linux/mm/page-writeback.c 2008-03-18 19:39:51.000000000 +0100
@@ -176,7 +176,7 @@ void bdi_writeout_inc(struct backing_dev
__bdi_writeout_inc(bdi);
local_irq_restore(flags);
}
-EXPORT_SYMBOL(bdi_writeout_inc);
+EXPORT_SYMBOL_GPL(bdi_writeout_inc);
static inline void task_dirty_inc(struct task_struct *tsk)
{
--
next prev parent reply other threads:[~2008-03-20 0:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-18 18:56 [patch 0/4] fuse: writable mmap fixes Miklos Szeredi
2008-03-18 18:56 ` [patch 1/4] mm: bdi: add separate writeback accounting capability Miklos Szeredi
2008-03-18 18:56 ` Miklos Szeredi [this message]
2008-03-18 18:56 ` [patch 3/4] mm: document missing fields for /proc/meminfo Miklos Szeredi
2008-03-18 18:56 ` [patch 4/4] fuse: support writable mmap fix Miklos Szeredi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080318185718.873571360@szeredi.hu \
--to=miklos@szeredi.hu \
--cc=akpm@linux-foundation.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=peterz@infradead.org \
--subject='Re: [patch 2/4] mm: bdi: export bdi_writeout_inc() fix' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).