]> git.itanic.dy.fi Git - linux-stable/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)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 28 Apr 2023 16:56:40 +0000 (12:56 -0400)
commit3b50d5018ed06a647bb26c44bb5ae74e59c903c7
treee68138a6c019f8183b8ef9d19e25666ea68c4e75
parentd5e72c4e3256335d6fb75c2e321144f93141f4f5
ext4: reflect error codes from ext4_multi_mount_protect() to its callers

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>
fs/ext4/mmp.c
fs/ext4/super.c