]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - copy/xfs_copy.h
Merge branch 'master' of git://oss.sgi.com/xfs/cmds/xfsprogs
[thirdparty/xfsprogs-dev.git] / copy / xfs_copy.h
index f23927daa4c18e25ace2e49db7161da121704a10..e76b937a3da77fd09a2264226c6d3f8ffae36e98 100644 (file)
@@ -30,7 +30,7 @@
  * each of which is an AG and has an ag_header at the beginning.
  */
 typedef struct ag_header  {
-       xfs_sb_t        *xfs_sb;        /* superblock for filesystem or AG */
+       xfs_dsb_t       *xfs_sb;        /* superblock for filesystem or AG */
        xfs_agf_t       *xfs_agf;       /* free space info */
        xfs_agi_t       *xfs_agi;       /* free inode info */
        xfs_agfl_t      *xfs_agfl;      /* AG freelist */