diff options
Diffstat (limited to 'fs/xfs/xfs_dir2_sf.c')
-rw-r--r-- | fs/xfs/xfs_dir2_sf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/xfs/xfs_dir2_sf.c b/fs/xfs/xfs_dir2_sf.c index f24ce9044e72..65b65c5f8c3c 100644 --- a/fs/xfs/xfs_dir2_sf.c +++ b/fs/xfs/xfs_dir2_sf.c | |||
@@ -29,8 +29,8 @@ | |||
29 | #include "xfs_inode.h" | 29 | #include "xfs_inode.h" |
30 | #include "xfs_inode_item.h" | 30 | #include "xfs_inode_item.h" |
31 | #include "xfs_error.h" | 31 | #include "xfs_error.h" |
32 | #include "xfs_dir2.h" | ||
33 | #include "xfs_dir2_format.h" | 32 | #include "xfs_dir2_format.h" |
33 | #include "xfs_dir2.h" | ||
34 | #include "xfs_dir2_priv.h" | 34 | #include "xfs_dir2_priv.h" |
35 | #include "xfs_trace.h" | 35 | #include "xfs_trace.h" |
36 | 36 | ||
@@ -95,7 +95,7 @@ xfs_dir2_sf_get_parent_ino( | |||
95 | return xfs_dir2_sf_get_ino(hdr, &hdr->parent); | 95 | return xfs_dir2_sf_get_ino(hdr, &hdr->parent); |
96 | } | 96 | } |
97 | 97 | ||
98 | static void | 98 | void |
99 | xfs_dir2_sf_put_parent_ino( | 99 | xfs_dir2_sf_put_parent_ino( |
100 | struct xfs_dir2_sf_hdr *hdr, | 100 | struct xfs_dir2_sf_hdr *hdr, |
101 | xfs_ino_t ino) | 101 | xfs_ino_t ino) |
@@ -123,7 +123,7 @@ xfs_dir2_sfe_get_ino( | |||
123 | return xfs_dir2_sf_get_ino(hdr, xfs_dir2_sfe_inop(sfep)); | 123 | return xfs_dir2_sf_get_ino(hdr, xfs_dir2_sfe_inop(sfep)); |
124 | } | 124 | } |
125 | 125 | ||
126 | static void | 126 | void |
127 | xfs_dir2_sfe_put_ino( | 127 | xfs_dir2_sfe_put_ino( |
128 | struct xfs_dir2_sf_hdr *hdr, | 128 | struct xfs_dir2_sf_hdr *hdr, |
129 | struct xfs_dir2_sf_entry *sfep, | 129 | struct xfs_dir2_sf_entry *sfep, |