patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / fs / xfs / xfs_inode.h
index aa07ce3..13abdd5 100644 (file)
@@ -503,8 +503,9 @@ int         xfs_iread_extents(struct xfs_trans *, xfs_inode_t *, int);
 int            xfs_ialloc(struct xfs_trans *, xfs_inode_t *, mode_t, nlink_t,
                           xfs_dev_t, struct cred *, xfs_prid_t, int,
                           struct xfs_buf **, boolean_t *, xfs_inode_t **);
-void           xfs_xlate_dinode_core(xfs_caddr_t, struct xfs_dinode_core *, int,
-                          xfs_arch_t);
+void           xfs_xlate_dinode_core(xfs_caddr_t, struct xfs_dinode_core *,
+                                       int, xfs_arch_t);
+uint           xfs_dic2xflags(struct xfs_dinode_core *, xfs_arch_t);
 int            xfs_ifree(struct xfs_trans *, xfs_inode_t *,
                           struct xfs_bmap_free *);
 int            xfs_atruncate_start(xfs_inode_t *);