Re: [PATCH 2/2] ls core command: handle listing of the root directory

2013-11-28 Thread Andrey Borzenkov
В Thu, 28 Nov 2013 07:31:54 +0100 "Vladimir 'phcoder' Serbinenko" пишет: > this very confusing with 2 opposite patches in same mail. I don't have my > keys here. Feel free to commit documentation patch. If you commit on > Francesco's behalf don't forget --author Done. > On Nov 27, 2013 7:42 PM,

Re: [PATCH 2/2] ls core command: handle listing of the root directory

2013-11-27 Thread Vladimir 'phcoder' Serbinenko
this very confusing with 2 opposite patches in same mail. I don't have my keys here. Feel free to commit documentation patch. If you commit on Francesco's behalf don't forget --author On Nov 27, 2013 7:42 PM, "Andrey Borzenkov" wrote: > What about this patch? Looks correct to me and reflects actu

Re: [PATCH 2/2] ls core command: handle listing of the root directory

2013-11-27 Thread Andrey Borzenkov
What about this patch? Looks correct to me and reflects actual behavior. В Sun, 02 Jun 2013 16:48:23 +0200 Francesco Lavra пишет: > On 05/18/2013 12:26 PM, Francesco Lavra wrote: > > On 05/12/2013 12:56 PM, Francesco Lavra wrote: > >> Currently, listing of the root directory of a device with th

Re: [PATCH 2/2] ls core command: handle listing of the root directory

2013-06-02 Thread Andrey Borzenkov
В Sun, 02 Jun 2013 16:48:23 +0200 Francesco Lavra пишет: > On 05/18/2013 12:26 PM, Francesco Lavra wrote: > > On 05/12/2013 12:56 PM, Francesco Lavra wrote: > >> Currently, listing of the root directory of a device with the command: > >> ls (device_name) > >> requires the underlying filesystem dr

Re: [PATCH 2/2] ls core command: handle listing of the root directory

2013-06-02 Thread Francesco Lavra
On 05/18/2013 12:26 PM, Francesco Lavra wrote: > On 05/12/2013 12:56 PM, Francesco Lavra wrote: >> Currently, listing of the root directory of a device with the command: >> ls (device_name) >> requires the underlying filesystem driver to handle an empty path >> string as if it was the root directo

Re: [PATCH 2/2] ls core command: handle listing of the root directory

2013-05-18 Thread Francesco Lavra
On 05/12/2013 12:56 PM, Francesco Lavra wrote: > Currently, listing of the root directory of a device with the command: > ls (device_name) > requires the underlying filesystem driver to handle an empty path > string as if it was the root directory path "/". This introduces > duplicated code acros

[PATCH 2/2] ls core command: handle listing of the root directory

2013-05-12 Thread Francesco Lavra
Currently, listing of the root directory of a device with the command: ls (device_name) requires the underlying filesystem driver to handle an empty path string as if it was the root directory path "/". This introduces duplicated code across the different filesystem drivers. If a given filesyste