mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* Fix tftpd-hpa support
@ 2017-09-05  8:00 Sascha Hauer
  2017-09-05  8:00 ` [PATCH 1/2] fs: avoid pathes with '//' in __canonicalize_path() Sascha Hauer
  2017-09-05  8:00 ` [PATCH 2/2] fs: Don't bother filesystems without link support with additional stat() calls Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2017-09-05  8:00 UTC (permalink / raw)
  To: Barebox List; +Cc: Dennis Menschel

Downloading files from a tftpd-hpa server is broken when the files
are in subdirectories since the introduction of links to directories
in a602bebc ('fs: Implement links to directories'). This series fixes
this.

Sascha

----------------------------------------------------------------
Sascha Hauer (2):
      fs: avoid pathes with '//' in __canonicalize_path()
      fs: Don't bother filesystems without link support with additional stat() calls

 fs/fs.c | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-05  8:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-05  8:00 Fix tftpd-hpa support Sascha Hauer
2017-09-05  8:00 ` [PATCH 1/2] fs: avoid pathes with '//' in __canonicalize_path() Sascha Hauer
2017-09-05  8:00 ` [PATCH 2/2] fs: Don't bother filesystems without link support with additional stat() calls Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox