• David Howells's avatar
    mm: Remove the PG_fscache alias for PG_private_2 · 2e9d7e4b
    David Howells authored
    Remove the PG_fscache alias for PG_private_2 and use the latter directly.
    Use of this flag for marking pages undergoing writing to the cache should
    be considered deprecated and the folios should be marked dirty instead and
    the write done in ->writepages().
    
    Note that PG_private_2 itself should be considered deprecated and up for
    future removal by the MM folks too.
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    Reviewed-by: default avatarJeff Layton <jlayton@kernel.org>
    cc: Matthew Wilcox (Oracle) <willy@infradead.org>
    cc: Ilya Dryomov <idryomov@gmail.com>
    cc: Xiubo Li <xiubli@redhat.com>
    cc: Steve French <sfrench@samba.org>
    cc: Paulo Alcantara <pc@manguebit.com>
    cc: Ronnie Sahlberg <ronniesahlberg@gmail.com>
    cc: Shyam Prasad N <sprasad@microsoft.com>
    cc: Tom Talpey <tom@talpey.com>
    cc: Bharath SM <bharathsm@microsoft.com>
    cc: Trond Myklebust <trond.myklebust@hammerspace.com>
    cc: Anna Schumaker <anna@kernel.org>
    cc: netfs@lists.linux.dev
    cc: ceph-devel@vger.kernel.org
    cc: linux-cifs@vger.kernel.org
    cc: linux-nfs@vger.kernel.org
    cc: linux-fsdevel@vger.kernel.org
    cc: linux-mm@kvack.org
    2e9d7e4b
filemap.c 122 KB