diff options
author | Christoph Hellwig <hch@lst.de> | 2020-04-09 14:33:05 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-05-27 18:46:14 +0300 |
commit | 9f885f17501d57fbb45d5de709adc9bf2223d8c7 (patch) | |
tree | d228d8724819e5d17c69dc80ef9f8eb575b7f5a2 /fs/ubifs/orphan.c | |
parent | ac6f94d3be65c88b9e56f8921b8bef40c9b13576 (diff) | |
download | linux-9f885f17501d57fbb45d5de709adc9bf2223d8c7.tar.xz |
ubifs: remove broken lazytime support
[ Upstream commit ecf84096a526f2632ee85c32a3d05de3fa60ce80 ]
When "ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs" introduced atime
support to ubifs, it also added lazytime support. As far as I can tell
the lazytime support is terminally broken, as it causes
mark_inode_dirty_sync to be called from __writeback_single_inode, which
will then trigger the locking assert in ubifs_dirty_inode. Just remove
the broken lazytime support for now, it can be added back later,
especially as some infrastructure changes should make that easier soon.
Fixes: 8c1c5f263833 ("ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'fs/ubifs/orphan.c')
0 files changed, 0 insertions, 0 deletions