[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
hacking ext3 code
- From: Daniel Oliveira Nascimento <don dcc ufmg br>
- To: ext3-users redhat com
- Subject: hacking ext3 code
- Date: Tue, 18 Feb 2003 15:14:53 -0300 (BRT)
hi,
I want to make some changes in ext3_unlink code to make undelete works, i
read a lot about it and im planning to put this lines in that function:
if (IS_UNDEL(inode)){
trash = ????
ext3_link(dir,dentry,trash); //make a hard link
}
somebody know how do i get a especific directory dentry using the ext3
functions ? (im planning to use the inode 6 or inode 11 that somebody
said that usually point to /lost+found)
**********************************
* Daniel Oliveira Nascimento *
* Ciência da Computação - UFMG *
* 5° periodo *
* don dcc ufmg br *
**********************************
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]