diff options
author | David Howells <dhowells@redhat.com> | 2019-05-01 16:05:27 +0300 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2019-05-07 18:48:44 +0300 |
commit | f5e4546347bc847be30b3cf904db5fc874b3c5dc (patch) | |
tree | 5485e81921604b15abcb6f916fcd39baef339f60 /fs/afs/internal.h | |
parent | ae46578b963f6daa9853791ab4c6ac1d6375937c (diff) | |
download | linux-f5e4546347bc847be30b3cf904db5fc874b3c5dc.tar.xz |
afs: Implement YFS ACL setting
Implement the setting of YFS ACLs in AFS through the interface of setting
the afs.yfs.acl extended attribute on the file.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'fs/afs/internal.h')
-rw-r--r-- | fs/afs/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/afs/internal.h b/fs/afs/internal.h index b800b4e286d3..b3cd6e8ad59d 100644 --- a/fs/afs/internal.h +++ b/fs/afs/internal.h @@ -1383,6 +1383,7 @@ struct yfs_acl { extern void yfs_free_opaque_acl(struct yfs_acl *); extern struct yfs_acl *yfs_fs_fetch_opaque_acl(struct afs_fs_cursor *, unsigned int); +extern int yfs_fs_store_opaque_acl2(struct afs_fs_cursor *, const struct afs_acl *); /* * Miscellaneous inline functions. |