search for: versionfs_unlink

Displaying 1 result from an estimated 1 matches for "versionfs_unlink".

2003 Sep 24
1
FS-corruption on ext3 with HTrees
...02-October/msg00053.html I don't know if it was fixed. In my code, I'm using only vfs calls and do nothing that is specific to ext3. This works fine on ext3 and ext2 without HTrees, but this behavior occurs on ext3 with Htrees. Here's a high level description of what I'm doing in versionfs_unlink: * down the isem of parent directory * compute the name of the version file * lookup the name using lookup_one_len * create the version'ed file using vfs_create * open the original file using dentry_open * copy the data from the original file to the version file * close the original fil...