[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230510065036.GD1851@quark.localdomain>
Date: Tue, 9 May 2023 23:50:36 -0700
From: Eric Biggers <ebiggers@...nel.org>
To: youling 257 <youling257@...il.com>
Cc: Theodore Ts'o <tytso@....edu>, jack@...e.cz, hch@...radead.org,
hch@....de, linux-ext4@...r.kernel.org, ritesh.list@...il.com,
keescook@...omium.org
Subject: Re: [PATCH v4 12/13] ext4: Stop providing .writepage hook
On Wed, May 10, 2023 at 01:47:58PM +0800, youling 257 wrote:
> I do more test, it is android esdfs or sdcardfs
> /storage/emulated/0/Android/data problem,
> "ext4: Stop providing .writepage hook" cause
> /storage/emulated/0/Android/data/com.android.gallery3d/cache/imgcache.0
> /storage/emulated/0/Android/data/com.android.gallery3d/cache/imgcache.1
> /storage/emulated/0/Android/data/com.android.gallery3d/cache/imgcache.idx
> unable read,
>
> on linux 6.4, i use mount bind data/media on storage/emulated, chmod
> -R 0777 /data/media/0, rm
> /storage/emulated/0/Android/data/com.android.gallery3d/cache/*, open
> gallery app can read pictures thumbnail,
> /storage/emulated/0/Android/data/com.android.gallery3d/cache/imgcache.idx
> /storage/emulated/0/Android/data/com.android.gallery3d/cache/imgcache.0
> /storage/emulated/0/Android/data/com.android.gallery3d/cache/imgcache.1
> available read.
Maybe try reverting your commit that added esdfs to your kernel? It should not
be needed at all.
- Eric
Powered by blists - more mailing lists