]> bbs.cooldavid.org Git - net-next-2.6.git/commit
tun: Return -EINVAL if neither IFF_TUN nor IFF_TAP is set.
authorKusanagi Kouichi <slash@ma.neweb.ne.jp>
Wed, 16 Sep 2009 21:36:13 +0000 (21:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Sep 2009 21:00:16 +0000 (14:00 -0700)
commit36989b90879c785f95b877bdcf65a2527dadd893
treed9ee451eca172d28112e092bac53dca927f98044
parent9cc4085585a011179caf86a6408225626f6c2263
tun: Return -EINVAL if neither IFF_TUN nor IFF_TAP is set.

After commit 2b980dbd77d229eb60588802162c9659726b11f4
("lsm: Add hooks to the TUN driver") tun_set_iff doesn't
return -EINVAL though neither IFF_TUN nor IFF_TAP is set.

Signed-off-by: Kusanagi Kouichi <slash@ma.neweb.ne.jp>
Reviewed-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tun.c