| To: | "xfs@xxxxxxxxxxx" <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH v2] xfs: Remove struct xfs_chash from xfs_mount |
| From: | Jeff Liu <jeff.liu@xxxxxxxxxx> |
| Date: | Thu, 02 May 2013 19:23:20 +0800 |
| Cc: | Dave Chinner <dchinner@xxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 |
v2->v1:
Fix a typo at comments, i.e. s/xfs_krash/xfs_chash/.
From: Jie Liu <jeff.liu@xxxxxxxxxx>
Remove struct xfs_chash from struct xfs_mount as there is no user of
it nowadays.
Signed-off-by: Jie Liu <jeff.liu@xxxxxxxxxx>
Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx>
---
fs/xfs/xfs_mount.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h
index bc90706..b68e56b 100644
--- a/fs/xfs/xfs_mount.h
+++ b/fs/xfs/xfs_mount.h
@@ -192,8 +192,6 @@ typedef struct xfs_mount {
xfs_dablk_t m_dirleafblk; /* blockno of dir non-data v2 */
xfs_dablk_t m_dirfreeblk; /* blockno of dirfreeindex v2 */
uint m_chsize; /* size of next field */
- struct xfs_chash *m_chash; /* fs private inode per-cluster
- * hash table */
atomic_t m_active_trans; /* number trans frozen */
#ifdef HAVE_PERCPU_SB
xfs_icsb_cnts_t __percpu *m_sb_cnts; /* per-cpu superblock counters
*/
--
1.7.9.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 2/2 v2] xfs: Don't keep silent if sunit/swidth can not be changed via mount, Jeff Liu |
|---|---|
| Next by Date: | [PATCH v3 1/2] xfs: Remove XFS_MOUNT_RETERR, Jeff Liu |
| Previous by Thread: | webmail Administrator, Carmen Mendoza Leiva |
| Next by Thread: | Re: [PATCH v2] xfs: Remove struct xfs_chash from xfs_mount, Mark Tinguely |
| Indexes: | [Date] [Thread] [Top] [All Lists] |