Re: [PATCH] module locking

Thomas 'Dent' Mirlacher (dent@cosy.sbg.ac.at)
Mon, 29 Apr 2002 09:23:05 +0200 (MET DST)


... oops, sorry

> - if (!capable(CAP_SYS_MODULE))
> + if (module_lock || !capable(CAP_SYS_MODULE))

the capable call is sthell there, but with the module_lock
kind or redundant.

tm

-- 
in some way i do, and in some way i don't.

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