hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/fs/afs/afs_fs.h
....@@ -1,12 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /* AFS File Service definitions
23 *
34 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
45 * Written by David Howells (dhowells@redhat.com)
5
- *
6
- * This program is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU General Public License
8
- * as published by the Free Software Foundation; either version
9
- * 2 of the License, or (at your option) any later version.
106 */
117
128 #ifndef AFS_FS_H
....@@ -17,8 +13,10 @@
1713
1814 enum AFS_FS_Operations {
1915 FSFETCHDATA = 130, /* AFS Fetch file data */
16
+ FSFETCHACL = 131, /* AFS Fetch file ACL */
2017 FSFETCHSTATUS = 132, /* AFS Fetch file status */
2118 FSSTOREDATA = 133, /* AFS Store file data */
19
+ FSSTOREACL = 134, /* AFS Store file ACL */
2220 FSSTORESTATUS = 135, /* AFS Store file status */
2321 FSREMOVEFILE = 136, /* AFS Remove a file */
2422 FSCREATEFILE = 137, /* AFS Create a file */