]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/xfs/xfs_dir.h
[XFS] A change to inode chunk allocation to try allocating the new chunk
[linux-2.6-omap-h63xx.git] / fs / xfs / xfs_dir.h
index 488defe86ba6f6af4d5e1494243a72e6d5c0a8d0..8cc8afb9f6c0396ab6dd7f76eef1f8ce562a8be2 100644 (file)
@@ -135,6 +135,8 @@ void        xfs_dir_startup(void);  /* called exactly once */
        ((mp)->m_dirops.xd_shortform_to_single(args))
 
 #define        XFS_DIR_IS_V1(mp)       ((mp)->m_dirversion == 1)
+#define        XFS_DIR_IS_V2(mp)       ((mp)->m_dirversion == 2)
 extern xfs_dirops_t xfsv1_dirops;
+extern xfs_dirops_t xfsv2_dirops;
 
 #endif /* __XFS_DIR_H__ */