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

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

Revision 1.61, Thu Apr 15 19:42:58 2004 UTC (13 years, 6 months ago) by wkendall
Branch: MAIN
Changes since 1.60: +1 -1 lines

- Fix file descriptor leak in path_to_fshandle. It now caches
one descriptor per filesystem.
- In xfsrestore, always allocate a fs handle during content_init.
This allows us to not have to call path_to_fshandle before attempting
every open_by_handle.
- Change open_by_fshandle to open_by_handle is cases where we are
passing a file handle (instead of a fshandle).
Always allocate a fshandle during content_init rather than calling
path_to_fshandle before each open_by_handle. Change path_to_fshandle
to path_to_handle in cases where we are actually passing a file handle.

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