Re: [PATCH 1 of 3 STABLE] util: add utility function to skip avoiding file stat ambiguity if EPERM

2016-11-15 Thread Yuya Nishihara
On Tue, 15 Nov 2016 22:33:31 +0900, FUJIWARA Katsunori wrote: > At Mon, 14 Nov 2016 22:43:04 +0900, > Yuya Nishihara wrote: > > > > On Sun, 13 Nov 2016 06:16:08 +0900, FUJIWARA Katsunori wrote: > > > # HG changeset patch > > > # User FUJIWARA Katsunori > > > # Date 1478984783 -32400 > > > #

Re: [PATCH 1 of 3 STABLE] util: add utility function to skip avoiding file stat ambiguity if EPERM

2016-11-15 Thread FUJIWARA Katsunori
At Mon, 14 Nov 2016 22:43:04 +0900, Yuya Nishihara wrote: > > On Sun, 13 Nov 2016 06:16:08 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori > > # Date 1478984783 -32400 > > # Sun Nov 13 06:06:23 2016 +0900 > > # Branch stable > > # Node ID b496a464399cb

Re: [PATCH 1 of 3 STABLE] util: add utility function to skip avoiding file stat ambiguity if EPERM

2016-11-14 Thread Yuya Nishihara
On Sun, 13 Nov 2016 06:16:08 +0900, FUJIWARA Katsunori wrote: > # HG changeset patch > # User FUJIWARA Katsunori > # Date 1478984783 -32400 > # Sun Nov 13 06:06:23 2016 +0900 > # Branch stable > # Node ID b496a464399cb68628b09e52aa8cf379c98428e6 > # Parent 4ed8bb8a153f91420777d98dea10ebbcd40

[PATCH 1 of 3 STABLE] util: add utility function to skip avoiding file stat ambiguity if EPERM

2016-11-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1478984783 -32400 # Sun Nov 13 06:06:23 2016 +0900 # Branch stable # Node ID b496a464399cb68628b09e52aa8cf379c98428e6 # Parent 4ed8bb8a153f91420777d98dea10ebbcd403a375 util: add utility function to skip avoiding file stat ambiguity if EPE