aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyo Hashimoto <hashimoto@google.com>2018-02-07 11:47:03 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-07 11:47:03 +0000
commitfc898fd4922ccd539da063f678388aa435f9257d (patch)
treefe6dd0a3487802d48f202ea15197baa5a04eb808
parent4263485b12278174e253aade22d133c6d1745248 (diff)
parent9926b3d78c15d94320490d9f112045abd6fd5ed0 (diff)
downloadsquashfs-tools-fc898fd4922ccd539da063f678388aa435f9257d.tar.gz
Revert "mksquashfs: Run android_fs_config() on the root inode" am: 4a7832b580 am: 47f7582405
am: 9926b3d78c Change-Id: Iddb0803783e71eba2e597c2416626c981828482b
-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 */