From: Manoel Rebelo Abranches Date: Tue, 10 May 2011 12:30:26 +0000 (-0300) Subject: Mark file as not easily seekable on net open. X-Git-Tag: 2.00~1195^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1893017d440b967cb977888ad1fbc4f4cf2df9a4;p=thirdparty%2Fgrub.git Mark file as not easily seekable on net open. --- diff --git a/grub-core/net/net.c b/grub-core/net/net.c index 48fb350d2..cdeaa5a32 100644 --- a/grub-core/net/net.c +++ b/grub-core/net/net.c @@ -609,6 +609,7 @@ grub_net_file_open_real (struct grub_file *file, const char *name) if ((err = file->device->net->protocol->open (file,name))) goto fail; + file->not_easily_seekable = 1; return GRUB_ERR_NONE; fail: