All places outside of core VFS that checked ->read and ->write for being NULL or
called the methods directly are gone now, so NULL {read,write} with non-NULL
{read,write}_iter will do the right thing in all cases.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
||
|---|---|---|
| .. | ||
| compr.c | ||
| dev_bdev.c | ||
| dev_mtd.c | ||
| dir.c | ||
| file.c | ||
| gc.c | ||
| inode.c | ||
| journal.c | ||
| Kconfig | ||
| logfs.h | ||
| logfs_abi.h | ||
| Makefile | ||
| readwrite.c | ||
| segment.c | ||
| super.c | ||