Up to [Development] / xfs-cmds / xfsdump / restore
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: HEAD
Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 6 19:55:24 2006 UTC (11 years, 4 months ago) by wkendall
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +82 -45
lines
Diff to previous 1.9 (unified)
xfsdump had a set of macros and a set of functions for manipulating the inomap state bits. xfsrestore had a set of macros to do the same, although the macros were different. This mod removes the macros for manipulating inomap state bits and uses the inline functions instead.