xfs: remove the now unused dir ops infrastructure
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
committed by
Darrick J. Wong
parent
59b8b46505
commit
957ee13e20
@@ -28,15 +28,6 @@ extern struct xfs_name xfs_name_dotdot;
|
||||
*/
|
||||
extern unsigned char xfs_mode_to_ftype(int mode);
|
||||
|
||||
/*
|
||||
* directory operations vector for encode/decode routines
|
||||
*/
|
||||
struct xfs_dir_ops {
|
||||
};
|
||||
|
||||
extern const struct xfs_dir_ops *
|
||||
xfs_dir_get_ops(struct xfs_mount *mp, struct xfs_inode *dp);
|
||||
|
||||
/*
|
||||
* Generic directory interface routines
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user