projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34d7f60
)
xfs: Remove struct xfs_chash from xfs_mount
author
Jeff Liu
<
[email protected]
>
Thu, 2 May 2013 11:23:20 +0000
(19:23 +0800)
committer
Ben Myers
<
[email protected]
>
Mon, 17 Jun 2013 22:54:21 +0000
(17:54 -0500)
Remove struct xfs_chash from struct xfs_mount as there is no user of
it nowadays.
Signed-off-by: Jie Liu <
[email protected]
>
Reviewed-by: Dave Chinner <
[email protected]
>
Reviewed-by: Mark Tinguely <
[email protected]
>
Signed-off-by: Ben Myers <
[email protected]
>
fs/xfs/xfs_mount.h
patch
|
blob
|
history
diff --git
a/fs/xfs/xfs_mount.h
b/fs/xfs/xfs_mount.h
index b004cecdfb042925821fea1810c945fc319b90d4..de7abf677abe49b4576350b7b9cef1460f753d55 100644
(file)
--- 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 */