]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ovl: don't set the superblock's errseq_t manually
authorHaifeng Xu <haifeng.xu@shopee.com>
Tue, 30 Jul 2024 04:20:08 +0000 (12:20 +0800)
committerAmir Goldstein <amir73il@gmail.com>
Thu, 29 Aug 2024 09:35:09 +0000 (11:35 +0200)
commit34b4540e6646577d02afacfcbc08e563b7d69a9f
tree19fe7ae1e451c9a93df200fdc01a8e58db2465d4
parent3e9bff3bbe1355805de919f688bef4baefbfd436
ovl: don't set the superblock's errseq_t manually

Since commit 5679897eb104 ("vfs: make sync_filesystem return errors from
->sync_fs"), the return value from sync_fs callback can be seen in
sync_filesystem(). Thus the errseq_set opreation can be removed here.

Depends-on: commit 5679897eb104 ("vfs: make sync_filesystem return errors from ->sync_fs")
Signed-off-by: Haifeng Xu <haifeng.xu@shopee.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
fs/overlayfs/super.c