xfs: add xfs_ilock_attr_map_shared
[deliverable/linux.git] / fs / xfs / xfs_inode.h
index fde368624ea72969b7b3763923298538be54df7b..65e2350f449c9c4c086b8e6cd0de1f07f82c7fc8 100644 (file)
@@ -338,6 +338,7 @@ void                xfs_iunlock(xfs_inode_t *, uint);
 void           xfs_ilock_demote(xfs_inode_t *, uint);
 int            xfs_isilocked(xfs_inode_t *, uint);
 uint           xfs_ilock_data_map_shared(struct xfs_inode *);
+uint           xfs_ilock_attr_map_shared(struct xfs_inode *);
 int            xfs_ialloc(struct xfs_trans *, xfs_inode_t *, umode_t,
                           xfs_nlink_t, xfs_dev_t, prid_t, int,
                           struct xfs_buf **, xfs_inode_t **);
This page took 0.024597 seconds and 5 git commands to generate.