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
|