* [PATCH] xfs/xfs_buf: make xfs_buf_ioend_async() static
@ 2015-11-27 17:52 Alexander Kuleshov
2015-11-30 13:22 ` Brian Foster
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kuleshov @ 2015-11-27 17:52 UTC (permalink / raw)
To: Dave Chinner; +Cc: Alexander Kuleshov, linux-kernel, xfs
There are no callers of the xfs_buf_ioend_async() function outside
of the fs/xfs/xfs_buf.c. So, let's make it static.
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
fs/xfs/xfs_buf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c
index 3243cdf..45a8ea7 100644
--- a/fs/xfs/xfs_buf.c
+++ b/fs/xfs/xfs_buf.c
@@ -1045,7 +1045,7 @@ xfs_buf_ioend_work(
xfs_buf_ioend(bp);
}
-void
+static void
xfs_buf_ioend_async(
struct xfs_buf *bp)
{
--
2.5.0
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] xfs/xfs_buf: make xfs_buf_ioend_async() static
2015-11-27 17:52 [PATCH] xfs/xfs_buf: make xfs_buf_ioend_async() static Alexander Kuleshov
@ 2015-11-30 13:22 ` Brian Foster
0 siblings, 0 replies; 2+ messages in thread
From: Brian Foster @ 2015-11-30 13:22 UTC (permalink / raw)
To: Alexander Kuleshov; +Cc: linux-kernel, xfs
On Fri, Nov 27, 2015 at 11:52:29PM +0600, Alexander Kuleshov wrote:
> There are no callers of the xfs_buf_ioend_async() function outside
> of the fs/xfs/xfs_buf.c. So, let's make it static.
>
> Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
> ---
Reviewed-by: Brian Foster <bfoster@redhat.com>
> fs/xfs/xfs_buf.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c
> index 3243cdf..45a8ea7 100644
> --- a/fs/xfs/xfs_buf.c
> +++ b/fs/xfs/xfs_buf.c
> @@ -1045,7 +1045,7 @@ xfs_buf_ioend_work(
> xfs_buf_ioend(bp);
> }
>
> -void
> +static void
> xfs_buf_ioend_async(
> struct xfs_buf *bp)
> {
> --
> 2.5.0
>
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-30 13:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27 17:52 [PATCH] xfs/xfs_buf: make xfs_buf_ioend_async() static Alexander Kuleshov
2015-11-30 13:22 ` Brian Foster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox