Source
1
+
// SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* linux/fs/hpfs/ea.c
3
4
*
4
5
* Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999
5
6
*
6
7
* handling extended attributes
7
8
*/
8
9
9
10
#include "hpfs_fn.h"
10
11
// SPDX-License-Identifier: GPL-2.0
/*
* linux/fs/hpfs/ea.c
*
* Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999
*
* handling extended attributes
*/
#include "hpfs_fn.h"