Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matt-wu/Ext3Fsd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaho Ng <ngkaho1234@gmail.com>2016-05-27 08:09:42 +0300
committerKaho Ng <ngkaho1234@gmail.com>2016-05-27 08:09:42 +0300
commita2a093da1586af2f329910dda0f3e21b022afd1b (patch)
treeea317d6d3b85b81bb6b3f7b3eefc79648be22d88 /Ext3Fsd
parente3640e1f412dfbba1b56bd3f029e1ebfc1ddb948 (diff)
ext4_xattr: fix the modifier of ext4_xattr_purge_items
Diffstat (limited to 'Ext3Fsd')
-rw-r--r--Ext3Fsd/ext4/ext4_xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ext3Fsd/ext4/ext4_xattr.c b/Ext3Fsd/ext4/ext4_xattr.c
index 8f17c7b..30bfdf5 100644
--- a/Ext3Fsd/ext4/ext4_xattr.c
+++ b/Ext3Fsd/ext4/ext4_xattr.c
@@ -666,7 +666,7 @@ static int ext4_xattr_resize_item(struct ext4_xattr_ref *xattr_ref,
return ret;
}
-static void ext4_xattr_purge_items(struct ext4_xattr_ref *xattr_ref)
+void ext4_xattr_purge_items(struct ext4_xattr_ref *xattr_ref)
{
struct rb_node *first_node;
struct ext4_xattr_item *item = NULL;