Re: [PATCH 01/11] ext4: simplify ext4_sb_read_encoding
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-09-08 20:54:20
Also in:
linux-f2fs-devel, linux-fsdevel
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-09-08 20:54:20
Also in:
linux-f2fs-devel, linux-fsdevel
On Wed, Aug 18, 2021 at 04:06:41PM +0200, Christoph Hellwig wrote:
Return the encoding table as the return value instead of as an argument, and don't bother with the encoding flags as the caller can handle that trivially. Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Theodore Ts'o <tytso@mit.edu> Thanks, - Ted