Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
[linux-block.git] / fs / xfs / xfs_xattr.h
CommitLineData
d9c61ccb
DW
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
5 */
6#ifndef __XFS_XATTR_H__
7#define __XFS_XATTR_H__
8
efc2efeb 9int xfs_attr_change(struct xfs_da_args *args);
d9c61ccb
DW
10
11extern const struct xattr_handler *xfs_xattr_handlers[];
12
13#endif /* __XFS_XATTR_H__ */