Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 732284
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/extundelete.cc
0
++ b/src/extundelete.cc
Lines 1268-1274 static ext2_ino_t find_inode(ext2_filsys fs, ext2_filsys jfs, struct ext2_inode Link Here
1268
	*new_ino = 0;
1268
	*new_ino = 0;
1269
	priv->ret_ino = new_ino;
1269
	priv->ret_ino = new_ino;
1270
	priv->curr_name = curr_part;
1270
	priv->curr_name = curr_part;
1271
	struct dir_context ctx = {search_flags, DIRENT_FLAG_INCLUDE_REMOVED,
1271
	struct dir_context ctx = {(ext2_ino_t)search_flags, DIRENT_FLAG_INCLUDE_REMOVED,
1272
			buf, match_name2, priv, 0};
1272
			buf, match_name2, priv, 0};
1273
	errcode_t code = extundelete_block_iterate3(fs, *inode, BLOCK_FLAG_DATA_ONLY,
1273
	errcode_t code = extundelete_block_iterate3(fs, *inode, BLOCK_FLAG_DATA_ONLY,
1274
			NULL, match_ino, &ctx);
1274
			NULL, match_ino, &ctx);

Return to bug 732284