xfs: remove the now unused ->data_entry_p method
Now that all users use the data_entry_offset field this method is unused and can be removed. 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
48a71399e7
commit
9eedae1089
@@ -42,9 +42,6 @@ struct xfs_dir_ops {
|
||||
|
||||
xfs_dir2_data_aoff_t data_first_offset;
|
||||
size_t data_entry_offset;
|
||||
|
||||
struct xfs_dir2_data_entry *
|
||||
(*data_entry_p)(struct xfs_dir2_data_hdr *hdr);
|
||||
};
|
||||
|
||||
extern const struct xfs_dir_ops *
|
||||
|
Reference in New Issue
Block a user