diff options
Diffstat (limited to 'fs/xfs/xfs_inode_buf.c')
-rw-r--r-- | fs/xfs/xfs_inode_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode_buf.c b/fs/xfs/xfs_inode_buf.c index e011d597f12f..3d25c9a5f6bc 100644 --- a/fs/xfs/xfs_inode_buf.c +++ b/fs/xfs/xfs_inode_buf.c | |||
@@ -196,7 +196,7 @@ xfs_imap_to_bp( | |||
196 | return 0; | 196 | return 0; |
197 | } | 197 | } |
198 | 198 | ||
199 | STATIC void | 199 | void |
200 | xfs_dinode_from_disk( | 200 | xfs_dinode_from_disk( |
201 | xfs_icdinode_t *to, | 201 | xfs_icdinode_t *to, |
202 | xfs_dinode_t *from) | 202 | xfs_dinode_t *from) |