You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[LLC]: Fix sparse warnings
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
+2
-1
@@ -819,7 +819,8 @@ static void llc_sk_init(struct sock* sk)
|
||||
* Allocates a LLC sock and initializes it. Returns the new LLC sock
|
||||
* or %NULL if there's no memory available for one
|
||||
*/
|
||||
struct sock *llc_sk_alloc(int family, int priority, struct proto *prot)
|
||||
struct sock *llc_sk_alloc(int family, unsigned int __nocast priority,
|
||||
struct proto *prot)
|
||||
{
|
||||
struct sock *sk = sk_alloc(family, priority, prot, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user