[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] [FSFS] Do not pass txn_id when not used

From: Bhuvaneswaran Arumugam <bhuvan_at_collab.net>
Date: 2007-10-05 18:04:45 CEST

Hello,

This fix is similar to r26940. In few of FSFS functions, do not pass
txn_id parameter when it is not used.

[[
In FSFS libraries, for few functions, do not pass txn_id parameter when
it is not used.

* subversion/libsvn_fs_fs/dag.h
  (svn_fs_fs__dag_finalize_edits): Remove txn_id argument.
  Update the comment to reflect this change.
* subversion/libsvn_fs_fs/dag.c
  (svn_fs_fs__dag_finalize_edits): Remove txn_id argument.
* subversion/libsvn_fs_fs/tree.c
  (update_ancestry): Remove txn_id argument.
  (merge, text_stream_closer): Adjust the callers.

Patch by: bhuvan
]]

-- 
Regards,
Bhuvaneswaran

Received on Fri Oct 5 18:04:57 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.