On Mon, 28 Feb 2011 17:44:56 -0800, "Venkateswararao Jujjuri (JV)"
<[email protected]> wrote:
> On 2/5/2011 10:08 AM, Aneesh Kumar K.V wrote:
> > This add file descriptor recliam to 9p server
>
> Please split it into two patches.
>
> 1. Introducing fsmap.
> 2. Introducing the reclaim mechanism.
Already did that in my local tree. I will post the new series as a
followup
This is what i have now
hw/9pfs: Add V9fsfidmap in preparation for adding fd reclaim
hw/9pfs: Add file descriptor reclaim support
hw/9pfs: Use v9fs_do_close instead of close
hw/9pfs: Implement syncfs
hw/9pfs: Add open flag to fid
hw/9pfs: Add directory reclaim support
>
> Concern: With this we will be traversing the whole fid list for many
> operations
> .. how is
> the performance impact?
>
I haven't done any performance measurements yet
-aneesh