Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul...
[linux-2.6-microblaze.git] / fs / xfs / xfs_inode.h
index ca826cf..4b6703d 100644 (file)
@@ -431,11 +431,10 @@ void              xfs_lock_two_inodes(struct xfs_inode *ip0, uint ip0_mode,
 xfs_extlen_t   xfs_get_extsz_hint(struct xfs_inode *ip);
 xfs_extlen_t   xfs_get_cowextsz_hint(struct xfs_inode *ip);
 
-int            xfs_dir_ialloc(struct user_namespace *mnt_userns,
-                              struct xfs_trans **tpp, struct xfs_inode *dp,
-                              umode_t mode, xfs_nlink_t nlink, dev_t dev,
-                              prid_t prid, bool need_xattr,
-                              struct xfs_inode **ipp);
+int xfs_init_new_inode(struct user_namespace *mnt_userns, struct xfs_trans *tp,
+               struct xfs_inode *pip, xfs_ino_t ino, umode_t mode,
+               xfs_nlink_t nlink, dev_t rdev, prid_t prid, bool init_xattrs,
+               struct xfs_inode **ipp);
 
 static inline int
 xfs_itruncate_extents(