commit | 84915e1bdddf9de3edf79a2813982b886e76658f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 08 15:02:31 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sun Nov 10 16:54:21 2019 -0800 |
tree | d3b2401cb39d2a184a2343bc67f7a593a98d5312 | |
parent | 3d92c93b7065be28eda33f92681d2f1121fbf8bf [diff] |
xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino The parent inode handling is the same for all directory format variants, just use direct calls instead of going through a pointless indirect call. 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>