| Submitter | Wu Fengguang |
|---|---|
| Date | Dec. 3, 2012, 5:20 a.m. |
| Message ID | <50bc36a2.lAcRnrpMvOgx7DsQ%fengguang.wu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/203290/ |
| State | Superseded |
| Headers | show |
Comments
Patch
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;