fs: generic handling of single dot (.) in disk-based filesystems syslinux-4.00-pre16
authorH. Peter Anvin <hpa@zytor.com>
Fri, 5 Feb 2010 02:15:25 +0000 (18:15 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 5 Feb 2010 02:15:25 +0000 (18:15 -0800)
commit88f16f147237ab25ffd83ba67a8ccfc963fa009d
treebee0bae37055a53649c8cbeaaf5b941ffe8a62e4
parent09fc871d0b691fffb846b4c49869a949fa776108
fs: generic handling of single dot (.) in disk-based filesystems

Single dot (.) support is useful to have for readdir.  In some
filesystems we get it for free, but not in others.  Either way, handle
it generically.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs.c