Re: [PATCH - 2.6.14.5]x25: fix for broken x25 module

From: David S. Miller
Date: Tue Jan 03 2006 - 15:16:31 EST


From: Shaun Pereira <spereira@xxxxxxxxxxx>
Date: Tue, 03 Jan 2006 16:48:27 +1100

> -
> - if (sock_flag(osk, SOCK_ZAPPED))
> - sock_set_flag(sk, SOCK_ZAPPED);
> -
> - if (sock_flag(osk, SOCK_DBG))
> - sock_set_flag(sk, SOCK_DBG);
> + sock_copy_flags(sk, osk);

Please get your email setup such that the patches you post
might actually be capable of being applied. Your email
client corrupts the tabbing and spaces in patches heavily.

Thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/