| To: | "xfs@xxxxxxxxxxx" <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] xfs: Remove obsoleted m_inode_shrink from xfs_mount structure |
| From: | Jeff Liu <jeff.liu@xxxxxxxxxx> |
| Date: | Mon, 11 Mar 2013 14:31:02 +0800 |
| Cc: | dchinner@xxxxxxxxxx |
| Delivered-to: | xfs@xxxxxxxxxxx |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 |
Looks the old m_inode_shrink is obsoleted as we perform inodes reclaim per AG
via
m_reclaim_workqueue, this patch remove it from the xfs_mount structure if so.
Signed-off-by: Jie Liu <jeff.liu@xxxxxxxxxx>
Cc: Dave Chinner <dchinner@xxxxxxxxxx>
---
fs/xfs/xfs_mount.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h
index bc90706..687c171 100644
--- a/fs/xfs/xfs_mount.h
+++ b/fs/xfs/xfs_mount.h
@@ -207,7 +207,6 @@ typedef struct xfs_mount {
trimming */
__int64_t m_update_flags; /* sb flags we need to update
on the next remount,rw */
- struct shrinker m_inode_shrink; /* inode reclaim shrinker */
int64_t m_low_space[XFS_LOWSP_MAX];
/* low free space thresholds */
--
1.7.9.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Concours, panpan2523 |
|---|---|
| Next by Date: | Re: XFS filesystem corruption, Julien FERRERO |
| Previous by Thread: | Re: Concours, panpan2523 |
| Next by Thread: | Re: [PATCH] xfs: Remove obsoleted m_inode_shrink from xfs_mount structure, Mark Tinguely |
| Indexes: | [Date] [Thread] [Top] [All Lists] |