diff options
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_dir2.h | 5 | ||||
-rw-r--r-- | fs/xfs/xfs_dir2_sf.c | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/fs/xfs/xfs_dir2.h b/fs/xfs/xfs_dir2.h index 768ddad41b84..9910401327d4 100644 --- a/fs/xfs/xfs_dir2.h +++ b/fs/xfs/xfs_dir2.h | |||
@@ -70,8 +70,9 @@ extern void xfs_dir2_sf_put_parent_ino(struct xfs_dir2_sf_hdr *sfp, | |||
70 | xfs_ino_t ino); | 70 | xfs_ino_t ino); |
71 | extern xfs_ino_t xfs_dir3_sfe_get_ino(struct xfs_mount *mp, | 71 | extern xfs_ino_t xfs_dir3_sfe_get_ino(struct xfs_mount *mp, |
72 | struct xfs_dir2_sf_hdr *sfp, struct xfs_dir2_sf_entry *sfep); | 72 | struct xfs_dir2_sf_hdr *sfp, struct xfs_dir2_sf_entry *sfep); |
73 | extern void xfs_dir2_sfe_put_ino( struct xfs_dir2_sf_hdr *, | 73 | extern void xfs_dir3_sfe_put_ino(struct xfs_mount *mp, |
74 | struct xfs_dir2_sf_entry *sfep, xfs_ino_t ino); | 74 | struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep, |
75 | xfs_ino_t ino); | ||
75 | 76 | ||
76 | extern int xfs_dir2_isblock(struct xfs_trans *tp, struct xfs_inode *dp, int *r); | 77 | extern int xfs_dir2_isblock(struct xfs_trans *tp, struct xfs_inode *dp, int *r); |
77 | extern int xfs_dir2_isleaf(struct xfs_trans *tp, struct xfs_inode *dp, int *r); | 78 | extern int xfs_dir2_isleaf(struct xfs_trans *tp, struct xfs_inode *dp, int *r); |
diff --git a/fs/xfs/xfs_dir2_sf.c b/fs/xfs/xfs_dir2_sf.c index 579b56b1dcd2..bb6e2848f473 100644 --- a/fs/xfs/xfs_dir2_sf.c +++ b/fs/xfs/xfs_dir2_sf.c | |||
@@ -129,7 +129,7 @@ xfs_dir3_sfe_get_ino( | |||
129 | return xfs_dir2_sf_get_ino(hdr, xfs_dir3_sfe_inop(mp, sfep)); | 129 | return xfs_dir2_sf_get_ino(hdr, xfs_dir3_sfe_inop(mp, sfep)); |
130 | } | 130 | } |
131 | 131 | ||
132 | static void | 132 | void |
133 | xfs_dir3_sfe_put_ino( | 133 | xfs_dir3_sfe_put_ino( |
134 | struct xfs_mount *mp, | 134 | struct xfs_mount *mp, |
135 | struct xfs_dir2_sf_hdr *hdr, | 135 | struct xfs_dir2_sf_hdr *hdr, |