diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-13 22:51:24 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:33:32 -0500 |
commit | 629a21e7ecedf779c68dcaa9a186069f57a7c652 (patch) | |
tree | aff577cb9d1d3cf42ddb16f4552411d08e5cdc51 /fs/gfs2/dir.c | |
parent | 1e81c4c3e0f55c95b6278a827262b80debd0dc7e (diff) |
[GFS2] split and annotate gfs2_inum
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/dir.c')
-rw-r--r-- | fs/gfs2/dir.c | 8 |
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 | ||
1458 | int gfs2_dir_search(struct inode *dir, const struct qstr *name, | 1458 | int 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 | ||
1533 | int gfs2_dir_add(struct inode *inode, const struct qstr *name, | 1533 | int 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 | ||
1668 | int gfs2_dir_mvino(struct gfs2_inode *dip, const struct qstr *filename, | 1668 | int 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; |