|
@@ -77,7 +77,7 @@ int xfs_defer_finish(struct xfs_trans **tp, struct xfs_defer_ops *dop,
|
|
|
void xfs_defer_cancel(struct xfs_defer_ops *dop);
|
|
|
void xfs_defer_init(struct xfs_defer_ops *dop, xfs_fsblock_t *fbp);
|
|
|
bool xfs_defer_has_unfinished_work(struct xfs_defer_ops *dop);
|
|
|
-int xfs_defer_join(struct xfs_defer_ops *dop, struct xfs_inode *ip);
|
|
|
+int xfs_defer_ijoin(struct xfs_defer_ops *dop, struct xfs_inode *ip);
|
|
|
|
|
|
/* Description of a deferred type. */
|
|
|
struct xfs_defer_op_type {
|