This is a note to let you know that I've just added the patch titled
mlx4_core: Fix one more static exported function
to the 3.3-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
mlx4_core-fix-one-more-static-exported-function.patch
and it can be found in the queue-3.3 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From e10903b087e425298fb86c6ad4b1a88735480db7 Mon Sep 17 00:00:00 2001
From: Roland Dreier <[email protected]>
Date: Sun, 26 Feb 2012 01:48:12 -0800
Subject: mlx4_core: Fix one more static exported function
From: Roland Dreier <[email protected]>
commit e10903b087e425298fb86c6ad4b1a88735480db7 upstream.
Commit 22c8bff6face ("mlx4_core: Exported functions can't be static")
fixed most of this up, but forgot about mlx4_is_slave_active(). Fix
this one too.
Signed-off-by: Roland Dreier <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/net/ethernet/mellanox/mlx4/main.c
+++ b/drivers/net/ethernet/mellanox/mlx4/main.c
@@ -394,7 +394,7 @@ static int mlx4_how_many_lives_vf(struct
return ret;
}
-static int mlx4_is_slave_active(struct mlx4_dev *dev, int slave)
+int mlx4_is_slave_active(struct mlx4_dev *dev, int slave)
{
struct mlx4_priv *priv = mlx4_priv(dev);
struct mlx4_slave_state *s_slave;
Patches currently in stable-queue which might be from [email protected] are
queue-3.3/mlx4_core-fix-one-more-static-exported-function.patch
queue-3.3/ib-iser-post-initial-receive-buffers-before-sending-the-final-login-request.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html