]> git.neil.brown.name Git - history.git/commit
[PATCH] some ppp/usecount bug
authorChristoph Hellwig <hch@lst.de>
Wed, 1 Jan 2003 07:43:32 +0000 (23:43 -0800)
committerChristoph Hellwig <hch@lst.de>
Wed, 1 Jan 2003 07:43:32 +0000 (23:43 -0800)
commitf5254cb3ca4b80d41d02096e9268477676c6416d
tree54eef9a97b7387db2fddd5415ce4b68dbd427111
parent3d1864bcd5a61eeeaedcf22c9c1b13c5d3fdf448
[PATCH] some ppp/usecount bug

There's a bunch of useless MOD_INC_USE_COUNT/MOD_DEC_USE_COUNT in
ppp-related code when it manipulates the use count in functions
that are only called from other modules, i.e. it's locked in by
the depencies anyway.  Get rid of it.
drivers/net/ppp_generic.c
drivers/net/pppox.c
drivers/net/slhc.c