1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
6 #ifndef __XFS_XATTR_H__
7 #define __XFS_XATTR_H__
9 int xfs_attr_change(struct xfs_da_args *args);
11 extern const struct xattr_handler *xfs_xattr_handlers[];
13 #endif /* __XFS_XATTR_H__ */