diff options
author | David Howells <dhowells@redhat.com> | 2020-02-10 11:00:22 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2020-06-09 19:17:14 +0200 |
commit | c68421bbad755a280851afff0fb236dd4e53e684 (patch) | |
tree | c0159a2b7ced5da9dfcf9e4791278ed6f5b28260 /fs/afs/internal.h | |
parent | afs: Remove afs_zero_fid as it's not used (diff) | |
download | linux-c68421bbad755a280851afff0fb236dd4e53e684.tar.xz linux-c68421bbad755a280851afff0fb236dd4e53e684.zip |
afs: Make afs_zap_data() static
Make afs_zap_data() static as it's only used in the file in which it is
defined.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | fs/afs/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/afs/internal.h b/fs/afs/internal.h index 519ffb104616..0c9806ef2a19 100644 --- a/fs/afs/internal.h +++ b/fs/afs/internal.h @@ -1069,7 +1069,6 @@ extern int afs_ilookup5_test_by_fid(struct inode *, void *); extern struct inode *afs_iget_pseudo_dir(struct super_block *, bool); extern struct inode *afs_iget(struct afs_operation *, struct afs_vnode_param *); extern struct inode *afs_root_iget(struct super_block *, struct key *); -extern void afs_zap_data(struct afs_vnode *); extern bool afs_check_validity(struct afs_vnode *); extern int afs_validate(struct afs_vnode *, struct key *); extern int afs_getattr(const struct path *, struct kstat *, u32, unsigned int); |