diff options
author | Joe Gorse <jhgorse@gmail.com> | 2019-04-25 14:26:52 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2019-05-07 16:48:44 +0100 |
commit | b10494af4989d2d20679d0e3b7d1a45c2f8f8f1a (patch) | |
tree | 27a9fcdea021ddcb324da97695aa2efb8326ff69 /fs/afs/internal.h | |
parent | 260f082bae6dcf70aeae2cc3e24aecb55bdb1c99 (diff) | |
download | linux-b10494af4989d2d20679d0e3b7d1a45c2f8f8f1a.tar.gz linux-b10494af4989d2d20679d0e3b7d1a45c2f8f8f1a.tar.bz2 linux-b10494af4989d2d20679d0e3b7d1a45c2f8f8f1a.zip |
afs: implement acl setting
Implements the setting of ACLs in AFS by means of setting the
afs.acl extended attribute on the file.
Signed-off-by: Joe Gorse <jhgorse@gmail.com>
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 683b802c20ea..5269824244c6 100644 --- a/fs/afs/internal.h +++ b/fs/afs/internal.h @@ -983,6 +983,7 @@ struct afs_acl { }; extern struct afs_acl *afs_fs_fetch_acl(struct afs_fs_cursor *); +extern int afs_fs_store_acl(struct afs_fs_cursor *, const struct afs_acl *); /* * fs_probe.c |