aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyo Hashimoto <hashimoto@google.com>2018-02-07 07:49:54 +0000
committerRyo Hashimoto <hashimoto@google.com>2018-02-07 07:49:54 +0000
commit4a7832b58029f6f0457d41699efbb03b1478d4c7 (patch)
treefe6dd0a3487802d48f202ea15197baa5a04eb808
parent85a6bc1e52bb911f195c5dc0890717913938c2d1 (diff)
downloadsquashfs-tools-4a7832b58029f6f0457d41699efbb03b1478d4c7.tar.gz
Revert "mksquashfs: Run android_fs_config() on the root inode"
This reverts commit 85a6bc1e52bb911f195c5dc0890717913938c2d1. Reason for revert: b/72983582 Change-Id: I527ff31ceffbed0d421ce5919ad816edab46b2fb
-rw-r--r--squashfs-tools/mksquashfs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/squashfs-tools/mksquashfs.c b/squashfs-tools/mksquashfs.c
index 5df1f94..60be156 100644
--- a/squashfs-tools/mksquashfs.c
+++ b/squashfs-tools/mksquashfs.c
@@ -3296,9 +3296,6 @@ void dir_scan(squashfs_inode *inode, char *pathname,
/* ANDROID CHANGES START*/
#ifdef ANDROID
dir_ent->capabilities = caps;
- if (android_config) {
- android_fs_config(fs_config_func, "", &dir_ent->inode->buf, target_out_path, &dir_ent->capabilities);
- }
#endif
/* ANDROID CHANGES END */