diff options
Diffstat (limited to 'fs/gfs2/inode.h')
-rw-r--r-- | fs/gfs2/inode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/inode.h b/fs/gfs2/inode.h index 069f0e21db6d..c3fa6cfce169 100644 --- a/fs/gfs2/inode.h +++ b/fs/gfs2/inode.h | |||
@@ -35,7 +35,7 @@ void gfs2_inode_min_init(struct gfs2_inode *ip, unsigned int type); | |||
35 | int gfs2_inode_refresh(struct gfs2_inode *ip); | 35 | int gfs2_inode_refresh(struct gfs2_inode *ip); |
36 | 36 | ||
37 | int gfs2_inode_get(struct gfs2_glock *i_gl, | 37 | int gfs2_inode_get(struct gfs2_glock *i_gl, |
38 | struct gfs2_inum *inum, int create, | 38 | const struct gfs2_inum *inum, int create, |
39 | struct gfs2_inode **ipp); | 39 | struct gfs2_inode **ipp); |
40 | void gfs2_inode_hold(struct gfs2_inode *ip); | 40 | void gfs2_inode_hold(struct gfs2_inode *ip); |
41 | void gfs2_inode_put(struct gfs2_inode *ip); | 41 | void gfs2_inode_put(struct gfs2_inode *ip); |