Re: [PATCH] xfs: add hot tracking support.

2012-11-07 Thread Dave Chinner
On Wed, Nov 07, 2012 at 04:38:23PM +0800, Zhi Yong Wu wrote: > HI, Dave, > > I guess that you should add some hot tracking stuff in some > xfs_show_xxx function, right? Yes, it should - I thought I did that. I recall seeing int /proc/mounts, but maybe I was just hallucinating. I'll send an

Re: [PATCH] xfs: add hot tracking support.

2012-11-07 Thread Zhi Yong Wu
HI, Dave, I guess that you should add some hot tracking stuff in some xfs_show_xxx function, right? On Tue, Oct 16, 2012 at 8:04 AM, Dave Chinner wrote: > > From: Dave Chinner > > Connect up the VFS hot tracking support so XFS filesystems can make > use of it. > > Signed-off-by: Dave Chinner

Re: [PATCH] xfs: add hot tracking support.

2012-11-07 Thread Zhi Yong Wu
HI, Dave, I guess that you should add some hot tracking stuff in some xfs_show_xxx function, right? On Tue, Oct 16, 2012 at 8:04 AM, Dave Chinner da...@fromorbit.com wrote: From: Dave Chinner dchin...@redhat.com Connect up the VFS hot tracking support so XFS filesystems can make use of it.

Re: [PATCH] xfs: add hot tracking support.

2012-11-07 Thread Dave Chinner
On Wed, Nov 07, 2012 at 04:38:23PM +0800, Zhi Yong Wu wrote: HI, Dave, I guess that you should add some hot tracking stuff in some xfs_show_xxx function, right? Yes, it should - I thought I did that. I recall seeing int /proc/mounts, but maybe I was just hallucinating. I'll send an updated

[PATCH] xfs: add hot tracking support.

2012-10-15 Thread Dave Chinner
From: Dave Chinner Connect up the VFS hot tracking support so XFS filesystems can make use of it. Signed-off-by: Dave Chinner --- fs/xfs/xfs_mount.h |1 + fs/xfs/xfs_super.c |9 + 2 files changed, 10 insertions(+) diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index

[PATCH] xfs: add hot tracking support.

2012-10-15 Thread Dave Chinner
From: Dave Chinner dchin...@redhat.com Connect up the VFS hot tracking support so XFS filesystems can make use of it. Signed-off-by: Dave Chinner dchin...@redhat.com --- fs/xfs/xfs_mount.h |1 + fs/xfs/xfs_super.c |9 + 2 files changed, 10 insertions(+) diff --git