aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyo Hashimoto <hashimoto@google.com>2018-02-07 09:55:52 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-07 09:55:52 +0000
commit47f758240555c3b8ab0285b757229530cc41ae29 (patch)
treefe6dd0a3487802d48f202ea15197baa5a04eb808
parentd047d6fa11070d6c81685a3774fc1785317aa1d4 (diff)
parent4a7832b58029f6f0457d41699efbb03b1478d4c7 (diff)
downloadsquashfs-tools-47f758240555c3b8ab0285b757229530cc41ae29.tar.gz
Revert "mksquashfs: Run android_fs_config() on the root inode"
am: 4a7832b580 Change-Id: Ic64f8b8513ed85d06dde5a5a60c4cca73438eea4
-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 */