[XFS] Remove dead code. Patch from Adrian Bunk
SGI-PV: 936255 SGI-Modid: xfs-linux:xfs-kern:192759a Signed-off-by: Christoph Hellwig <hch@sgi.com> Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:

committed by
Nathan Scott

parent
cf9937c6c6
commit
4372d6e103
@@ -331,25 +331,6 @@ undo_blocks:
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* This is called to set the a callback to be called when the given
|
||||
* transaction is committed to disk. The transaction pointer and the
|
||||
* argument pointer will be passed to the callback routine.
|
||||
*
|
||||
* Only one callback can be associated with any single transaction.
|
||||
*/
|
||||
void
|
||||
xfs_trans_callback(
|
||||
xfs_trans_t *tp,
|
||||
xfs_trans_callback_t callback,
|
||||
void *arg)
|
||||
{
|
||||
ASSERT(tp->t_callback == NULL);
|
||||
tp->t_callback = callback;
|
||||
tp->t_callarg = arg;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Record the indicated change to the given field for application
|
||||
* to the file system's superblock when the transaction commits.
|
||||
|
Reference in New Issue
Block a user