linux-stable/fs/minix
Christoph Hellwig b61d15d5ff minix: fix error handling in minix_delete_entry
If minix_prepare_chunk fails, updating c/mtime and marking the
dir inode dirty is wrong, as the inode hasn't been modified.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2023-01-19 19:26:29 -05:00
..
bitmap.c minix: make minix_new_inode() return error as ERR_PTR(-E...) 2023-01-11 15:30:08 -05:00
dir.c minix: fix error handling in minix_delete_entry 2023-01-19 19:26:29 -05:00
file.c fs: make helpers idmap mount aware 2021-01-24 14:27:20 +01:00
inode.c fs: Convert block_read_full_page() to block_read_full_folio() 2022-05-09 16:21:44 -04:00
itree_common.c fs/minix: check return value of sb_getblk() 2020-08-12 10:58:00 -07:00
itree_v1.c fs/minix: remove expected error message in block_to_path() 2020-08-12 10:58:00 -07:00
itree_v2.c fs/minix: remove expected error message in block_to_path() 2020-08-12 10:58:00 -07:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
minix.h minix: make minix_new_inode() return error as ERR_PTR(-E...) 2023-01-11 15:30:08 -05:00
namei.c minix: move releasing pages into unlink and rename 2023-01-19 19:26:24 -05:00