* [2.6 patch] mm/filemap.c: make two functions static
@ 2005-09-02 1:23 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-09-02 1:23 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
This patch makes two needlessly global functions static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 20 Aug 2005
--- linux-2.6.13-rc6-mm1/mm/filemap.c.old 2005-08-20 14:37:27.000000000 +0200
+++ linux-2.6.13-rc6-mm1/mm/filemap.c 2005-08-20 14:46:24.000000000 +0200
@@ -2034,7 +2034,7 @@
}
EXPORT_SYMBOL(generic_file_buffered_write);
-ssize_t
+static ssize_t
__generic_file_aio_write_nolock(struct kiocb *iocb, const struct iovec *iov,
unsigned long nr_segs, loff_t *ppos)
{
@@ -2134,7 +2134,7 @@
return ret;
}
-ssize_t
+static ssize_t
__generic_file_write_nolock(struct file *file, const struct iovec *iov,
unsigned long nr_segs, loff_t *ppos)
{
^ permalink raw reply [flat|nested] 2+ messages in thread* [2.6 patch] mm/filemap.c: make two functions static
@ 2005-08-20 19:36 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-08-20 19:36 UTC (permalink / raw)
To: linux-kernel
This patch makes two needlessly global functions static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.13-rc6-mm1/mm/filemap.c.old 2005-08-20 14:37:27.000000000 +0200
+++ linux-2.6.13-rc6-mm1/mm/filemap.c 2005-08-20 14:46:24.000000000 +0200
@@ -2034,7 +2034,7 @@
}
EXPORT_SYMBOL(generic_file_buffered_write);
-ssize_t
+static ssize_t
__generic_file_aio_write_nolock(struct kiocb *iocb, const struct iovec *iov,
unsigned long nr_segs, loff_t *ppos)
{
@@ -2134,7 +2134,7 @@
return ret;
}
-ssize_t
+static ssize_t
__generic_file_write_nolock(struct file *file, const struct iovec *iov,
unsigned long nr_segs, loff_t *ppos)
{
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-02 1:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-02 1:23 [2.6 patch] mm/filemap.c: make two functions static Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2005-08-20 19:36 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox