[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/9] hurd: fix type of optimal_transfer_size
From: |
Justus Winter |
Subject: |
[PATCH 2/9] hurd: fix type of optimal_transfer_size |
Date: |
Fri, 6 Jun 2014 16:42:11 +0200 |
* 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. */
--
2.0.0.rc2
- [PATCH 1/9] include: use unsigned literal in combination with binary not, Justus Winter, 2014/06/06
- [PATCH 4/9] libdiskfs: avoid implicit integer conversion, Justus Winter, 2014/06/06
- [PATCH 2/9] hurd: fix type of optimal_transfer_size,
Justus Winter <=
- [PATCH 5/9] ext2fs: fix compiler warning, Justus Winter, 2014/06/06
- [PATCH 6/9] ext2fs: use correct type for disk offsets, Justus Winter, 2014/06/06
- [PATCH 8/9] ext2fs: fix type of blockaddr, Justus Winter, 2014/06/06
- [PATCH 7/9] ext2fs: use size_t where appropriate, Justus Winter, 2014/06/06
- [PATCH 3/9] libdiskfs: use correct type for disk offsets, Justus Winter, 2014/06/06