|
|
| File: [Development] / xfs-cmds / dmapi / debian / control (download)
Revision 1.8, Tue Jun 18 21:05:48 2002 UTC (15 years, 4 months ago) by roehrich
In dm_handle_to_path(), use getmntent() to walk through the filesystems, looking for one with an fshandle that matches that of the object we're trying to find. Open that path so we have a filedescriptor, and hence a valid vfsmount structure, to give to dm_open_by_handle(). This simplifies a mess on the kernel side. No Message Supplied |
Source: dmapi
Section: admin
Priority: optional
Maintainer: Nathan Scott <nathans@debian.org>
Build-Depends: xfslibs-dev (>= 2.0.0), autoconf, debmake, libtool
Standards-Version: 3.5.5
Package: dmapi
Depends: ${shlibs:Depends}
Recommends: xfsdump (>= 2.0.0)
Architecture: any
Description: Data Management API runtime environment
Files required by system software using the Data Management API
(DMAPI). This is used to implement the interface defined in the
X/Open document: Systems Management: Data Storage Management
(XDSM) API dated February 1997. This interface is implemented
by the libdm library.
Package: dmapi-dev
Section: devel
Priority: extra
Depends: libc6-dev, dmapi (>= 2.0.4), xfslibs-dev (>= 2.0.0)
Conflicts: dmapi (<< 2.0.4), xfslibs-dev (<< 2.0.0)
Architecture: any
Description: Data Management API static libraries and headers
dmapi-dev contains the libraries and header files needed to
develop programs which make use of the Data Management API
(DMAPI). You must install the xfslibs-dev package with
dmapi-dev.