diff options
author | Tom Herbert <therbert@google.com> | 2013-01-26 11:50:54 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-27 10:01:42 +0400 |
commit | 9c5e0c0bbc5f683ada546af3c39a5a90b156a6f0 (patch) | |
tree | d68bb14e49ebd8ed892e45eb34da0b1e9c12152b /drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c | |
parent | 5588d3742da9900323dc3d766845a53bacdfb5ab (diff) | |
download | linux-9c5e0c0bbc5f683ada546af3c39a5a90b156a6f0.tar.xz |
soreuseport: fix use of uid in tb->fastuid
Fix a reported compilation error where ia variable of type kuid_t
was being set to zero.
Eliminate two instances of setting tb->fastuid to zero. tb->fastuid is
only used if tb->fastreuseport is set, so there should be no problem if
tb->fastuid is not initialized (when tb->fastreuesport is zero).
Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c')
0 files changed, 0 insertions, 0 deletions