Re: [Mesa-dev] [PATCH 6/7] util/disk_cache: add a write helper

2017-03-16 Thread Timothy Arceri
On 16/03/17 23:53, Grazvydas Ignotas wrote: On Thu, Mar 16, 2017 at 3:00 AM, Timothy Arceri wrote: On 16/03/17 10:09, Grazvydas Ignotas wrote: Simplifies the write code a bit and handles EINTR. Signed-off-by: Grazvydas Ignotas --- src/util/disk_cache.c | 40 ++--

Re: [Mesa-dev] [PATCH 6/7] util/disk_cache: add a write helper

2017-03-16 Thread Grazvydas Ignotas
On Thu, Mar 16, 2017 at 3:00 AM, Timothy Arceri wrote: > > > On 16/03/17 10:09, Grazvydas Ignotas wrote: >> >> Simplifies the write code a bit and handles EINTR. >> >> Signed-off-by: Grazvydas Ignotas >> --- >> src/util/disk_cache.c | 40 ++-- >> 1 file change

Re: [Mesa-dev] [PATCH 6/7] util/disk_cache: add a write helper

2017-03-15 Thread Timothy Arceri
On 16/03/17 10:09, Grazvydas Ignotas wrote: Simplifies the write code a bit and handles EINTR. Signed-off-by: Grazvydas Ignotas --- src/util/disk_cache.c | 40 ++-- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/src/util/disk_cache.c b/src

[Mesa-dev] [PATCH 6/7] util/disk_cache: add a write helper

2017-03-15 Thread Grazvydas Ignotas
Simplifies the write code a bit and handles EINTR. Signed-off-by: Grazvydas Ignotas --- src/util/disk_cache.c | 40 ++-- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/src/util/disk_cache.c b/src/util/disk_cache.c index 904aa66..ad591be 100644