* Unable to parse a sentence in sync_file_range.2
@ 2010-02-18 23:32 Denis Barbier
[not found] ` <cfd18e0f1002210534x54997e93g3e9323e678e22cb9@mail.gmail.com>
0 siblings, 1 reply; 4+ messages in thread
From: Denis Barbier @ 2010-02-18 23:32 UTC (permalink / raw)
To: linux-man-u79uwXL29TY76Z2rM5mHXA
Hi,
When translating sync_file_range.2 I had been confused by this sentence:
When writing into preallocated space, many filesystems also
require calls into the block allocator, which this system
call does not sync out to disk.
Can someone please rephrase it? In particular, what does 'which' refer to?
Thanks.
Denis
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Unable to parse a sentence in sync_file_range.2
[not found] ` <cfd18e0f1002210534x54997e93g3e9323e678e22cb9-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-06-14 5:48 ` Michael Kerrisk
[not found] ` <AANLkTilxmxNTK9Q7B0dH9v1XH7CAUCrdcw-qFgi4yzLG-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Michael Kerrisk @ 2010-06-14 5:48 UTC (permalink / raw)
To: Denis Barbier, Christoph Hellwig; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Hi Christoph,
Ping?
Cheers,
Michael
On Sun, Feb 21, 2010 at 3:34 PM, Michael Kerrisk
<mtk.manpages-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:
> Hello,
>
> On Fri, Feb 19, 2010 at 12:32 AM, Denis Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> Hi,
>>
>> When translating sync_file_range.2 I had been confused by this sentence:
>>
>> When writing into preallocated space, many filesystems also
>> require calls into the block allocator, which this system
>> call does not sync out to disk.
>>
>> Can someone please rephrase it? In particular, what does 'which' refer to?
>> Thanks.
>
> Actually, now that I look more closely at it, I realize that I find it
> hard to parse too.
>
> Christoph wrote that sentence. perhaps he can help?
>
> Cheers,
>
> Michael
>
>
> --
> Michael Kerrisk
> Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
> Author of "The Linux Programming Interface" http://blog.man7.org/
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface" http://blog.man7.org/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Unable to parse a sentence in sync_file_range.2
[not found] ` <AANLkTilxmxNTK9Q7B0dH9v1XH7CAUCrdcw-qFgi4yzLG-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-06-14 7:47 ` Christoph Hellwig
[not found] ` <20100614074737.GA27379-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2010-06-14 7:47 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: Denis Barbier, Christoph Hellwig,
linux-man-u79uwXL29TY76Z2rM5mHXA
> >> ?When writing into preallocated space, many filesystems also
> >> ?require calls into the block allocator, which this system
> >> ?call does not sync out to disk.
> >>
> >> Can someone please rephrase it? ?In particular, what does 'which' refer to?
> >> Thanks.
How about:
Usually filesystems also need to update metadata when writing into
preallocated space. This system call does not guarantee the persistance
of conversions from preallocated to regularly allocated space.
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Unable to parse a sentence in sync_file_range.2
[not found] ` <20100614074737.GA27379-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
@ 2010-06-15 4:59 ` Michael Kerrisk
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk @ 2010-06-15 4:59 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: Denis Barbier, linux-man-u79uwXL29TY76Z2rM5mHXA
Hi Christoph,
On Mon, Jun 14, 2010 at 9:47 AM, Christoph Hellwig <hch-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> wrote:
>> >> ?When writing into preallocated space, many filesystems also
>> >> ?require calls into the block allocator, which this system
>> >> ?call does not sync out to disk.
>> >>
>> >> Can someone please rephrase it? ?In particular, what does 'which' refer to?
>> >> Thanks.
>
> How about:
>
> Usually filesystems also need to update metadata when writing into
> preallocated space. This system call does not guarantee the persistance
> of conversions from preallocated to regularly allocated space.
Personally, I'm still having a little trouble with the last sentence.
I think my failure may be one of technical understanding, rather than
a language problem. Could you try explaining in a different way,
perhaps with a few more words?
Thanks,
Michael
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface" http://blog.man7.org/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-06-15 4:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18 23:32 Unable to parse a sentence in sync_file_range.2 Denis Barbier
[not found] ` <cfd18e0f1002210534x54997e93g3e9323e678e22cb9@mail.gmail.com>
[not found] ` <cfd18e0f1002210534x54997e93g3e9323e678e22cb9-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-06-14 5:48 ` Michael Kerrisk
[not found] ` <AANLkTilxmxNTK9Q7B0dH9v1XH7CAUCrdcw-qFgi4yzLG-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-06-14 7:47 ` Christoph Hellwig
[not found] ` <20100614074737.GA27379-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2010-06-15 4:59 ` Michael Kerrisk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).