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:
committed by
Alex Elder
parent
78a4b0961f
commit
6c77b0ea1b
@ -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 *);
|
||||
|
Reference in New Issue
Block a user