Displaying 1 result from an estimated 1 matches for "is_undel".
Did you mean:
_is_undef
2003 Feb 18
1
hacking ext3 code
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)
**********************************
* Dan...