commit | 603ce8ab12094a2d9483c79a7541335e258a5328 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Dec 13 10:06:33 2023 +0100 |
committer | Chandan Babu R <chandanbabu@kernel.org> | Thu Dec 14 11:13:52 2023 +0530 |
tree | 70458c6415e296b9e6f9a5a42012fd8374dd7d6c | |
parent | dc22af64368291a86fb6b7eb2adab21c815836b7 [diff] |
xfs: pass the defer ops directly to xfs_defer_add Pass a pointer to the xfs_defer_op_type structure to xfs_defer_add and remove the indirection through the xfs_defer_ops_type enum and a global table of all possible operations. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>