9front - general discussion about 9front
 help / color / mirror / Atom feed
From: mischief <mischief@offblast.org>
To: 9front@9front.org
Subject: [PATCH 5 of 8] dossrv: set buffer size to IOUNIT
Date: Sun, 23 Aug 2015 16:49:15 -0700	[thread overview]
Message-ID: <b6676a7790ca84598ccc.1440373755@delta> (raw)
In-Reply-To: <patchbomb.1440373750@delta>

# HG changeset patch
# User mischief <mischief@offblast.org>
# Date 1440366687 25200
#      Sun Aug 23 14:51:27 2015 -0700
# Node ID b6676a7790ca84598ccc4e66856339710ab9b544
# Parent  b7929f69bbb7120db5900fe38f717ccb433345fa
dossrv: set buffer size to IOUNIT

diff -r b7929f69bbb7 -r b6676a7790ca sys/src/cmd/dossrv/dosfs.h
--- a/sys/src/cmd/dossrv/dosfs.h	Sun Aug 23 14:51:27 2015 -0700
+++ b/sys/src/cmd/dossrv/dosfs.h	Sun Aug 23 14:51:27 2015 -0700
@@ -1,6 +1,6 @@
 enum
 {
-	Maxfdata	= 8192,
+	Maxfdata	= IOUNIT,
 	Maxiosize	= IOHDRSZ+Maxfdata,
 };
 


  parent reply	other threads:[~2015-08-23 23:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-23 23:49 [PATCH 0 of 8] 48k iounit mischief
2015-08-23 23:49 ` [PATCH 1 of 8] devmnt: set MAXRPC to IOHDRSZ+48K mischief
2015-08-23 23:49 ` [PATCH 2 of 8] libc: define default IOUNIT as 48K mischief
2015-08-23 23:49 ` [PATCH 4 of 8] cwfs: use IOUNIT as MAXDAT, fix Msgbuf count overflow when MAXDAT > 2^15-1 mischief
2015-08-23 23:49 ` mischief [this message]
2015-08-23 23:49 ` [PATCH 6 of 8] mv: use iounit for reads mischief
2015-08-24  0:01   ` [9front] " Iruatã Souza
2015-08-24  0:03     ` Nick Owens
2015-08-23 23:49 ` [PATCH 7 of 8] tee: " mischief
2015-08-23 23:49 ` [PATCH 8 of 8] tput: use iounit for reads, check sbrk return value mischief

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b6676a7790ca84598ccc.1440373755@delta \
    --to=mischief@offblast.org \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).