Re: [PATCH 06/13] trans: fix locking issue in fakeroot

2013-12-09 Thread Samuel Thibault
Justus Winter, le Mon 09 Dec 2013 15:16:34 +0100, a écrit : > * trans/fakeroot.c (netfs_attempt_mkfile): Keep dir locked until the > new node is created. Ack. > --- > trans/fakeroot.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/trans/fakeroot.c b/trans/fakeroot

[PATCH 06/13] trans: fix locking issue in fakeroot

2013-12-09 Thread Justus Winter
* trans/fakeroot.c (netfs_attempt_mkfile): Keep dir locked until the new node is created. --- trans/fakeroot.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trans/fakeroot.c b/trans/fakeroot.c index bee018e..b97b499 100644 --- a/trans/fakeroot.c +++ b/trans/fakeroot.c @@