aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_da_btree.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_da_btree.c')
-rw-r--r--fs/xfs/xfs_da_btree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_da_btree.c b/fs/xfs/xfs_da_btree.c
index 8e2597b1a029..7e086c60485f 100644
--- a/fs/xfs/xfs_da_btree.c
+++ b/fs/xfs/xfs_da_btree.c
@@ -1604,7 +1604,7 @@ xfs_da_path_shift(xfs_da_state_t *state, xfs_da_state_path_t *path,
1604 * This is implemented with some source-level loop unrolling. 1604 * This is implemented with some source-level loop unrolling.
1605 */ 1605 */
1606xfs_dahash_t 1606xfs_dahash_t
1607xfs_da_hashname(uchar_t *name, int namelen) 1607xfs_da_hashname(const uchar_t *name, int namelen)
1608{ 1608{
1609 xfs_dahash_t hash; 1609 xfs_dahash_t hash;
1610 1610