Re: [RFC PATCH 0/8] fscache: Replace and remove old I/O API
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2021-09-14 16:22:21
Also in:
ceph-devel, linux-cifs, linux-nfs, lkml
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2021-09-14 16:22:21
Also in:
ceph-devel, linux-cifs, linux-nfs, lkml
On Tue, Sep 14, 2021 at 6:54 AM David Howells [off-list ref] wrote:
(1) A simple fallback API is added that can read or write a single page
synchronously. The functions for this have "deprecated" in their names
as they have to be removed at some point.
I'm looking at those patches, and there's no way I'll apply anything
that starts out with moving to a "deprecated" interface.
Call it "fallback" or "simple" or something that shows the intent, but
no, I'm not taking patches that introduce a _new_ interface and call
it "deprecated".
Linus