[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1205930508.24116.14.camel@iris.sw.ru>
Date: Wed, 19 Mar 2008 15:41:48 +0300
From: "Denis V. Lunev" <den@...nvz.org>
To: David Miller <davem@...emloft.net>
Cc: Netdev List <netdev@...r.kernel.org>
Subject: [PATCH 0/3 net-2.6.26] ip_options_compile cleanup
This set of patches has been originally sent to to netdev@ two weeks
ago.
The idea is the following: ip_options->is_data field is checked only
inside ip_options_compile when opt != NULL. This is possible only on the
following codepath:
ip_options_get_finish
opt->is_data = 1;
ip_options_compile(opt, NULL)
ip_options->is_data is not a part of user<->kernel interface and can be
removed.
Regards,
Den
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists