ANDROID: Incremental fs: Support xattrs
To make selinux work, add xattr support. This is a bit clunky - it seems like it would be better for the log and pending read functionality to be ioctls rather than this mixture of real and virtual files. Bug: 133435829 Change-Id: I56579fabe2ae7efb88f0344553948dc9573299aa Signed-off-by: Paul Lawrence <paullawrence@google.com>
This commit is contained in:
@@ -68,6 +68,8 @@ void incfs_free_mount_info(struct mount_info *mi)
|
||||
mutex_destroy(&mi->mi_pending_reads_mutex);
|
||||
put_cred(mi->mi_owner);
|
||||
kfree(mi->mi_log.rl_ring_buf);
|
||||
kfree(mi->log_xattr);
|
||||
kfree(mi->pending_read_xattr);
|
||||
kfree(mi);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user