Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux
[linux-2.6-microblaze.git] / fs / xfs / xfs_inode.h
index 7fee338..1efff36 100644 (file)
@@ -529,11 +529,12 @@ int               xfs_iunlink(struct xfs_trans *, xfs_inode_t *);
 
 void           xfs_iext_realloc(xfs_inode_t *, int, int);
 void           xfs_iunpin_wait(xfs_inode_t *);
-int            xfs_iflush(xfs_inode_t *, uint);
-void           xfs_promote_inode(struct xfs_inode *);
+int            xfs_iflush(struct xfs_inode *, struct xfs_buf **);
 void           xfs_lock_inodes(xfs_inode_t **, int, uint);
 void           xfs_lock_two_inodes(xfs_inode_t *, xfs_inode_t *, uint);
 
+xfs_extlen_t   xfs_get_extsz_hint(struct xfs_inode *ip);
+
 #define IHOLD(ip) \
 do { \
        ASSERT(atomic_read(&VFS_I(ip)->i_count) > 0) ; \