Re: [PATCH RESEND v1 01/16] vfs: introduce some data structures

2013-01-09 Thread Zhi Yong Wu
On Thu, Jan 10, 2013 at 8:48 AM, David Sterba wrote: > On Thu, Dec 20, 2012 at 10:43:20PM +0800, zwu.ker...@gmail.com wrote: >> --- /dev/null >> +++ b/fs/hot_tracking.c >> @@ -0,0 +1,109 @@ >> +/* >> + * fs/hot_tracking.c > > From what I've undrestood the file name written here is not wanted, so

Re: [PATCH RESEND v1 01/16] vfs: introduce some data structures

2013-01-09 Thread David Sterba
On Thu, Dec 20, 2012 at 10:43:20PM +0800, zwu.ker...@gmail.com wrote: > --- /dev/null > +++ b/fs/hot_tracking.c > @@ -0,0 +1,109 @@ > +/* > + * fs/hot_tracking.c >From what I've undrestood the file name written here is not wanted, so please drop it (and from .h too) > + * > + * Copyright (C)

Re: [PATCH RESEND v1 01/16] vfs: introduce some data structures

2013-01-09 Thread David Sterba
On Thu, Dec 20, 2012 at 10:43:20PM +0800, zwu.ker...@gmail.com wrote: --- /dev/null +++ b/fs/hot_tracking.c @@ -0,0 +1,109 @@ +/* + * fs/hot_tracking.c From what I've undrestood the file name written here is not wanted, so please drop it (and from .h too) + * + * Copyright (C) 2012 IBM

Re: [PATCH RESEND v1 01/16] vfs: introduce some data structures

2013-01-09 Thread Zhi Yong Wu
On Thu, Jan 10, 2013 at 8:48 AM, David Sterba dste...@suse.cz wrote: On Thu, Dec 20, 2012 at 10:43:20PM +0800, zwu.ker...@gmail.com wrote: --- /dev/null +++ b/fs/hot_tracking.c @@ -0,0 +1,109 @@ +/* + * fs/hot_tracking.c From what I've undrestood the file name written here is not wanted,

[PATCH RESEND v1 01/16] vfs: introduce some data structures

2012-12-20 Thread zwu . kernel
From: Zhi Yong Wu One root structure hot_info is defined, is hooked up in super_block, and will be used to hold radix tree root, hash list root and some other information, etc. Adds hot_inode_tree struct to keep track of frequently accessed files, and be keyed by {inode, offset}. Trees

[PATCH RESEND v1 01/16] vfs: introduce some data structures

2012-12-20 Thread zwu . kernel
From: Zhi Yong Wu wu...@linux.vnet.ibm.com One root structure hot_info is defined, is hooked up in super_block, and will be used to hold radix tree root, hash list root and some other information, etc. Adds hot_inode_tree struct to keep track of frequently accessed files, and be keyed by