> The exfat_find_dir_entry() called by exfat_find() doesn't return -EEXIST. > Therefore, the root-dir information setting is never executed. > > Signed-off-by: Tetsuhiro Kohada <[email protected]>
Acked-by: Sungjong Seo <[email protected]> > --- > fs/exfat/dir.c | 1 - > fs/exfat/namei.c | 120 +++++++++++++++++++---------------------------- > 2 files changed, 47 insertions(+), 74 deletions(-)

