From: Charles Manning Date: Thu, 21 May 2015 21:54:08 +0000 (+1200) Subject: yaffs: Add handling for . and .. at end of path X-Git-Tag: aleph1-release~28 X-Git-Url: https://yaffs.net/gitweb/?a=commitdiff_plain;h=1c39c5b648b8aa5d7961d10135fca68eb8069be4;hp=1c39c5b648b8aa5d7961d10135fca68eb8069be4;p=yaffs2.git yaffs: Add handling for . and .. at end of path yaffs_opendir("/nand/x/./") or yaffs_opendir("/nand/x/../") were not working, but yaffs_opendir("/nand/x/.") and yaffs_opendir("/nand/x/..") were. Make them all work. Signed-off-by: Charles Manning ---