]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: reflect error codes from ext4_multi_mount_protect() to its callers
authorTheodore Ts'o <tytso@mit.edu>
Fri, 28 Apr 2023 02:49:34 +0000 (22:49 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 May 2023 16:32:33 +0000 (17:32 +0100)
commit7f5f21c644989a41258c92208e92b05d57498e24
tree57684ce0f7c7cc896291f8c18b9d1ebb507678a5
parent842f9d407c9ec2ca804a4fa2000c77eb9a5585d6
ext4: reflect error codes from ext4_multi_mount_protect() to its callers

[ Upstream commit 3b50d5018ed06a647bb26c44bb5ae74e59c903c7 ]

This will allow more fine-grained errno codes to be returned by the
mount system call.

Cc: Andreas Dilger <adilger.kernel@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Stable-dep-of: a44be64bbecb ("ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/ext4/mmp.c
fs/ext4/super.c