Home
last modified time | relevance | path

Searched hist:"7 ee46cebcbee82e3522b84a82041e4aa86760e40" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c7ee46cebcbee82e3522b84a82041e4aa86760e40 Fri Jul 20 03:20:29 UTC 2012 Benoît Thébaudeau <benoit.thebaudeau@advansee.com> FAT: Fix file contents listed as directory

With:
fatls mmc 0 /dir/file
dir: regular directory
file: regular file

The previous code read the contents of file as if it were directory entries to
list. This patch refuses to list file contents as if it were a folder.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Wolfgang Denk <wd@denx.de>