[BACK]Return to VERSION CVS log [TXT][DIR] Up to [Development] / xfs-cmds / xfsdump

File: [Development] / xfs-cmds / xfsdump / VERSION (download)

Revision 1.57, Fri Feb 13 19:12:27 2004 UTC (13 years, 8 months ago) by alkirkco
Branch: MAIN
Changes since 1.56: +1 -1 lines

Some of the libhandle routines were not clear whether they were working
on fshandles or file handles.  This mod renames open_by_handle() to
open_by_fshandle() and updates any calling applications to now call
open_by_fshandle() instead.  A new open_by_handle() has been created.

path_to_fshandle() was trying to maintain a hash of fshandles but the
hash was only storing a max of 2 fshandles at a time.  This has been
fixed so the hash can hold multiple fs handles.
increment xfsdump version number to 2.2.17

#
# This file is used by configure to get version information
#
PKG_MAJOR=2
PKG_MINOR=2
PKG_REVISION=17
PKG_BUILD=1