9
0
Fork 0
barebox/fs
Sascha Hauer ecf38bff9b fs tftp: Fix short file transfers
With files smaller than the tftp block size the whole transfer is done
in tftp_do_open already. In this case we are in STATE_DONE, but there
is no error. Set priv->err to 0 and check for it to be able to transfer
small files.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-06-24 13:29:52 +02:00
..
cramfs fs: get fs device using container_of 2012-02-25 14:03:56 +01:00
fat FAT: Fix error path 2012-03-18 15:03:31 +01:00
Kconfig Merge branch 'next' 2012-06-06 14:11:57 +02:00
Makefile fs: Add NFS support 2012-05-14 08:36:03 +02:00
devfs-core.c complete: add delpart complete support 2012-04-30 20:37:40 +08:00
devfs.c devfs: don't erase past the end of the partition 2012-06-07 19:31:33 +02:00
fs.c fs: limit flash erase and protect to the partiton boundary 2012-06-07 19:31:33 +02:00
nfs.c fs: Add NFS support 2012-05-14 08:36:03 +02:00
ramfs.c ramfs: rember last accessed chunk 2012-05-16 13:20:09 +02:00
tftp.c fs tftp: Fix short file transfers 2012-06-24 13:29:52 +02:00