aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/dir.c')
-rw-r--r--fs/gfs2/dir.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/gfs2/dir.c b/fs/gfs2/dir.c
index e24af28b1a12..d67a3760ca30 100644
--- a/fs/gfs2/dir.c
+++ b/fs/gfs2/dir.c
@@ -1194,7 +1194,7 @@ static int do_filldir_main(struct gfs2_inode *dip, u64 *offset,
1194 int *copied) 1194 int *copied)
1195{ 1195{
1196 const struct gfs2_dirent *dent, *dent_next; 1196 const struct gfs2_dirent *dent, *dent_next;
1197 struct gfs2_inum inum; 1197 struct gfs2_inum_host inum;
1198 u64 off, off_next; 1198 u64 off, off_next;
1199 unsigned int x, y; 1199 unsigned int x, y;
1200 int run = 0; 1200 int run = 0;
@@ -1456,7 +1456,7 @@ out:
1456 */ 1456 */
1457 1457
1458int gfs2_dir_search(struct inode *dir, const struct qstr *name, 1458int gfs2_dir_search(struct inode *dir, const struct qstr *name,
1459 struct gfs2_inum *inum, unsigned int *type) 1459 struct gfs2_inum_host *inum, unsigned int *type)
1460{ 1460{
1461 struct buffer_head *bh; 1461 struct buffer_head *bh;
1462 struct gfs2_dirent *dent; 1462 struct gfs2_dirent *dent;
@@ -1531,7 +1531,7 @@ static int dir_new_leaf(struct inode *inode, const struct qstr *name)
1531 */ 1531 */
1532 1532
1533int gfs2_dir_add(struct inode *inode, const struct qstr *name, 1533int gfs2_dir_add(struct inode *inode, const struct qstr *name,
1534 const struct gfs2_inum *inum, unsigned type) 1534 const struct gfs2_inum_host *inum, unsigned type)
1535{ 1535{
1536 struct gfs2_inode *ip = GFS2_I(inode); 1536 struct gfs2_inode *ip = GFS2_I(inode);
1537 struct buffer_head *bh; 1537 struct buffer_head *bh;
@@ -1666,7 +1666,7 @@ int gfs2_dir_del(struct gfs2_inode *dip, const struct qstr *name)
1666 */ 1666 */
1667 1667
1668int gfs2_dir_mvino(struct gfs2_inode *dip, const struct qstr *filename, 1668int gfs2_dir_mvino(struct gfs2_inode *dip, const struct qstr *filename,
1669 struct gfs2_inum *inum, unsigned int new_type) 1669 struct gfs2_inum_host *inum, unsigned int new_type)
1670{ 1670{
1671 struct buffer_head *bh; 1671 struct buffer_head *bh;
1672 struct gfs2_dirent *dent; 1672 struct gfs2_dirent *dent;