From 86a3796176f7b5cee7a8243bfac6ecbabbba1d11 Mon Sep 17 00:00:00 2001 From: Daniel Rosenberg Date: Fri, 20 Jul 2018 16:11:40 -0700 Subject: [PATCH] ANDROID: sdcardfs: Change current->fs under lock Adjusted from previous version to add missing include bug: 111641492 Change-Id: I321d83f5d599efb3abdfaf2f3a4900ac512beca6 Reported-by: Jann Horn Signed-off-by: Daniel Rosenberg Git-commit: f6d0920c41a732be06d284177311b57335227bd1 Git-repo: https://android.googlesource.com/kernel/common/ Signed-off-by: Ritesh Harjani --- fs/sdcardfs/inode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/sdcardfs/inode.c b/fs/sdcardfs/inode.c index ab0952f13510..cc9409ceaa32 100644 --- a/fs/sdcardfs/inode.c +++ b/fs/sdcardfs/inode.c @@ -21,6 +21,7 @@ #include "sdcardfs.h" #include #include +#include const struct cred *override_fsids(struct sdcardfs_sb_info *sbi, struct sdcardfs_inode_data *data)