On Tue, Jun 06, 2023 at 09:39:37AM +0200, Christoph Hellwig wrote:
> There is no real need to store the open mode in the super_block now.
> It is only used by f2fs, which can easily recalculate it.
>
> Signed-off-by: Christoph Hellwig
> ---
Looks good to me,
Acked-by: Christian Brauner
--
dm-d
On 6/6/23 09:39, Christoph Hellwig wrote:
There is no real need to store the open mode in the super_block now.
It is only used by f2fs, which can easily recalculate it.
Signed-off-by: Christoph Hellwig
---
fs/f2fs/super.c| 10 ++
fs/nilfs2/super.c | 1 -
fs/super.c |
There is no real need to store the open mode in the super_block now.
It is only used by f2fs, which can easily recalculate it.
Signed-off-by: Christoph Hellwig
---
fs/f2fs/super.c| 10 ++
fs/nilfs2/super.c | 1 -
fs/super.c | 2 --
include/linux/fs.h | 1 -
4 files change