]> Git Repo - linux.git/blame - fs/xfs/xfs_xattr.h
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
[linux.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
54275d84
DW
9enum xfs_attr_update;
10int xfs_attr_change(struct xfs_da_args *args, enum xfs_attr_update op);
d9c61ccb 11
375aa21d 12extern const struct xattr_handler * const xfs_xattr_handlers[];
d9c61ccb
DW
13
14#endif /* __XFS_XATTR_H__ */
This page took 0.187521 seconds and 4 git commands to generate.