commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 18/87: hurd: fix type of optimal_transfer_size


From: Samuel Thibault
Subject: [hurd] 18/87: hurd: fix type of optimal_transfer_size
Date: Sun, 09 Nov 2014 11:05:00 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 8a7b5995f039e43ae918dee691ebb8f960f98db6
Author: Justus Winter <address@hidden>
Date:   Wed Jun 4 17:10:36 2014 +0200

    hurd: fix type of optimal_transfer_size
    
    * hurd/shared.h (struct shared_io): Use blksize_t for optimal_transfer_size.
---
 hurd/shared.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hurd/shared.h b/hurd/shared.h
index 6f13637..25747eb 100644
--- a/hurd/shared.h
+++ b/hurd/shared.h
@@ -66,7 +66,7 @@ struct shared_io
   int use_read_size;           /* read_size is meaningful */
   off_t read_size;
 
-  size_t optimal_transfer_size;        /* users should try to have the
+  blksize_t optimal_transfer_size; /* users should try to have the
                                   arguments to io_prenotify, etc. be
                                   multiples of this value if it is
                                   nonzero. */ 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]