Namjae Jeon <[email protected]> writes: >> Okay, We will check how we can consolidate the 2 paths to avoid any issue. > Hi OGAWA. > > On checking fat_search_long() logic, it is observed that it performs > name based lookup of the entries in a given directory. > In fat_get_parent(), we do not have such information to use the > existing API to reconstruct the parent inode. > Could you give me some hint or guide to consolidate smoothly > fat_search_long and current traverse_logic ?
Hm, start with copy of fat_search_long() and refactoring it. With it, we will be able to avoid the fixed bugs. After that, we might be able to merge those somehow. Well, I'm not pretty sure without doing it actually though. Thanks. -- OGAWA Hirofumi <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

