Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1279858
| From | Brian Foster <bfoster@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] xfs/xfs_buf: make xfs_buf_ioend_async() static |
| Date | 2015-11-30 14:30 +0100 |
| Message-ID | <qAwGJ-4aw-1@gated-at.bofh.it> (permalink) |
| References | <qzvto-60H-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] xfs/xfs_buf: make xfs_buf_ioend_async() static Alexander Kuleshov <kuleshovmail@gmail.com> - 2015-11-27 19:00 +0100 Re: [PATCH] xfs/xfs_buf: make xfs_buf_ioend_async() static Brian Foster <bfoster@redhat.com> - 2015-11-30 14:30 +0100
csiph-web