diff --git a/fs/ext4/inline.c b/fs/ext4/inline.c index 89d6a25..a39b632 100644 --- a/fs/ext4/inline.c +++ b/fs/ext4/inline.c @@ -1022,7 +1022,7 @@ static int ext4_add_dirent_to_inline(handle_t *handle, return 1; } -void *ext4_get_inline_xattr_pos(struct inode *inode, struct ext4_iloc *iloc) +static void *ext4_get_inline_xattr_pos(struct inode *inode, struct ext4_iloc *iloc) { struct ext4_xattr_entry *entry; struct ext4_xattr_ibody_header *header;