diff options
Diffstat (limited to 'fs/afs/internal.h')
-rw-r--r-- | fs/afs/internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/afs/internal.h b/fs/afs/internal.h index 4e2556606623..82e16556afea 100644 --- a/fs/afs/internal.h +++ b/fs/afs/internal.h | |||
@@ -731,6 +731,11 @@ extern int afs_writeback_all(struct afs_vnode *); | |||
731 | extern int afs_flush(struct file *, fl_owner_t); | 731 | extern int afs_flush(struct file *, fl_owner_t); |
732 | extern int afs_fsync(struct file *, loff_t, loff_t, int); | 732 | extern int afs_fsync(struct file *, loff_t, loff_t, int); |
733 | 733 | ||
734 | /* | ||
735 | * xattr.c | ||
736 | */ | ||
737 | extern const struct xattr_handler *afs_xattr_handlers[]; | ||
738 | extern ssize_t afs_listxattr(struct dentry *, char *, size_t); | ||
734 | 739 | ||
735 | /*****************************************************************************/ | 740 | /*****************************************************************************/ |
736 | /* | 741 | /* |