diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-13 21:29:46 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:33:11 -0500 |
commit | e697264709c86040271cdd7abee781d7adbb7f91 (patch) | |
tree | 4050d047b28a7a85b56a41143096bf11a4fa3095 /fs/gfs2/inode.c | |
parent | 68826664d12827d7a732192e2f00ba46fb899414 (diff) |
[GFS2] split and annotate gfs2_inum_range
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/inode.c')
-rw-r--r-- | fs/gfs2/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index 191a3df93d67..7eb6b440da6d 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c | |||
@@ -436,7 +436,7 @@ static int pick_formal_ino_1(struct gfs2_sbd *sdp, u64 *formal_ino) | |||
436 | { | 436 | { |
437 | struct gfs2_inode *ip = GFS2_I(sdp->sd_ir_inode); | 437 | struct gfs2_inode *ip = GFS2_I(sdp->sd_ir_inode); |
438 | struct buffer_head *bh; | 438 | struct buffer_head *bh; |
439 | struct gfs2_inum_range ir; | 439 | struct gfs2_inum_range_host ir; |
440 | int error; | 440 | int error; |
441 | 441 | ||
442 | error = gfs2_trans_begin(sdp, RES_DINODE, 0); | 442 | error = gfs2_trans_begin(sdp, RES_DINODE, 0); |
@@ -479,7 +479,7 @@ static int pick_formal_ino_2(struct gfs2_sbd *sdp, u64 *formal_ino) | |||
479 | struct gfs2_inode *m_ip = GFS2_I(sdp->sd_inum_inode); | 479 | struct gfs2_inode *m_ip = GFS2_I(sdp->sd_inum_inode); |
480 | struct gfs2_holder gh; | 480 | struct gfs2_holder gh; |
481 | struct buffer_head *bh; | 481 | struct buffer_head *bh; |
482 | struct gfs2_inum_range ir; | 482 | struct gfs2_inum_range_host ir; |
483 | int error; | 483 | int error; |
484 | 484 | ||
485 | error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh); | 485 | error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh); |