[XFS] Make some extended attributes routines take const parameters, for

the FreeBSD porters.

SGI-PV: 942906
SGI-Modid: xfs-linux:xfs-kern:23845a

Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
Nathan Scott
2005-11-02 11:43:04 +11:00
parent f74dee4276
commit 80cce77980
5 changed files with 19 additions and 18 deletions

View File

@@ -1604,7 +1604,7 @@ xfs_da_path_shift(xfs_da_state_t *state, xfs_da_state_path_t *path,
* This is implemented with some source-level loop unrolling.
*/
xfs_dahash_t
xfs_da_hashname(uchar_t *name, int namelen)
xfs_da_hashname(const uchar_t *name, int namelen)
{
xfs_dahash_t hash;