affs: remove writepage implementation
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 14 Jul 2023 18:34:40 +0000 (19:34 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 22 Aug 2023 12:20:10 +0000 (14:20 +0200)
commita3bf4c36e3bd57c53f3054e47dddecb47a1fbda5
treedbc654ff6e3fd4e05896a72b0d8b00ed424082eb
parent706a741595047797872e669b3101429ab8d378ef
affs: remove writepage implementation

If the filesystem implements migrate_folio and writepages, there is
no need for a writepage implementation.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/affs/file.c