commit | e024e008186bf9f4109c86b66dd60d0f926bc1fb | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jul 23 08:08:43 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 24 15:41:53 2020 -0700 |
tree | 601b446be8e685655c04d3436914b10f8a26def5 | |
parent | 197569f72a1a3512ef294bae68d100d613f38f6a [diff] |
bpfilter: fix up a sparse annotation The __user doesn't make sense when casting to an integer type, just switch to a uintptr_t cast which also removes the need for the __force. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>