]> www.infradead.org Git - users/willy/pagecache.git/commit
mm: don't allow huge faults for files with pre content watches
authorJosef Bacik <josef@toxicpanda.com>
Fri, 15 Nov 2024 15:30:28 +0000 (10:30 -0500)
committerJan Kara <jack@suse.cz>
Tue, 10 Dec 2024 11:12:14 +0000 (12:12 +0100)
commit20bf82a898b65c129af76deb96a1b415d3098a28
treeec4658859ff36ab6c3a5d7343f9f831289acca3f
parentfac84846a28c0950d4433118b3dffd44306df62d
mm: don't allow huge faults for files with pre content watches

There's nothing stopping us from supporting this, we could simply pass
the order into the helper and emit the proper length.  However currently
there's no tests to validate this works properly, so disable it until
there's a desire to support this along with the appropriate tests.

Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://patch.msgid.link/9035b82cff08a3801cef3d06bbf2778b2e5a4dba.1731684329.git.josef@toxicpanda.com
mm/memory.c