mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 21:31:51 +00:00
xfs: remove xfs_cred.h
We're not actually passing around credentials inside XFS for a while now, so remove all xfs_cred.h with it's cred_t typedef and all instances of it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>
This commit is contained in:
parent
78a4b0961f
commit
6c77b0ea1b
12 changed files with 18 additions and 58 deletions
|
@ -19,8 +19,7 @@
|
|||
#define __XFS_UTILS_H__
|
||||
|
||||
extern int xfs_dir_ialloc(xfs_trans_t **, xfs_inode_t *, mode_t, xfs_nlink_t,
|
||||
xfs_dev_t, cred_t *, prid_t, int,
|
||||
xfs_inode_t **, int *);
|
||||
xfs_dev_t, prid_t, int, xfs_inode_t **, int *);
|
||||
extern int xfs_droplink(xfs_trans_t *, xfs_inode_t *);
|
||||
extern int xfs_bumplink(xfs_trans_t *, xfs_inode_t *);
|
||||
extern void xfs_bump_ino_vers2(xfs_trans_t *, xfs_inode_t *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue