aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota/xfs_qm.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/quota/xfs_qm.c')
-rw-r--r--fs/xfs/quota/xfs_qm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/xfs/quota/xfs_qm.c b/fs/xfs/quota/xfs_qm.c
index 7c6a3a50379e..db1be5dc4ac2 100644
--- a/fs/xfs/quota/xfs_qm.c
+++ b/fs/xfs/quota/xfs_qm.c
@@ -64,10 +64,10 @@ uint ndquot;
64 64
65kmem_zone_t *qm_dqzone; 65kmem_zone_t *qm_dqzone;
66kmem_zone_t *qm_dqtrxzone; 66kmem_zone_t *qm_dqtrxzone;
67STATIC kmem_shaker_t xfs_qm_shaker; 67static kmem_shaker_t xfs_qm_shaker;
68 68
69STATIC cred_t xfs_zerocr; 69static cred_t xfs_zerocr;
70STATIC xfs_inode_t xfs_zeroino; 70static xfs_inode_t xfs_zeroino;
71 71
72STATIC void xfs_qm_list_init(xfs_dqlist_t *, char *, int); 72STATIC void xfs_qm_list_init(xfs_dqlist_t *, char *, int);
73STATIC void xfs_qm_list_destroy(xfs_dqlist_t *); 73STATIC void xfs_qm_list_destroy(xfs_dqlist_t *);