proc_mkdir -> where is proc_rmdir ?

Lukas Ruf (ruf@tik.ee.ethz.ch)
Sun, 9 Sep 2001 19:41:38 +0200


Dear all,

I created some directories below /proc while a module got installed.
When I de-install the module, I would like to remove these directories as
well?

First, I remove the entries within the directory by remove_proc_entry().
So, the directories are empty. But when I try to remove the self-created
directories with a similar call to remove_proc_entry(), nothing happens.

So, I simply ask: is there somewhere a proc_rmdir() ? If not, how do I
need to call the remove_proc_entry() such that the directory gets removed?

Thanks for any help!

Lukas

-- 
Lukas Ruf                        Swiss Federal Institute of Technology
Office: ETZ-G61.2                             Computer Engineering and
Phone: +41/1/632 7312                        Networks Laboratory (TIK)
Fax:   +41/1/632 1035                                      ETH Zentrum
PGP 2.6: ID D20BA2ED;                                    Gloriastr. 35
Fingerprint 6323 B9BC 9C8E 6563  B477 BADD FEA6 E6B7    CH-8092 Zurich
-
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/