summaryrefslogtreecommitdiffstats
path: root/fs/fs_context.c
diff options
context:
space:
mode:
authorMartin Brandenburg <martin@omnibond.com>2018-02-16 20:51:24 +0000
committerMike Marshall <hubcap@omnibond.com>2019-05-03 14:32:38 -0400
commitc453dcfc79815760071bd9a7805d4b809fec05cf (patch)
tree69caa47318f5e229f894c4c0bd62665552b754ee /fs/fs_context.c
parent0dcac0f7812b2c09ed018a5eba91448a37f1b71b (diff)
downloadlinux-c453dcfc79815760071bd9a7805d4b809fec05cf.tar.bz2
orangefs: migrate to generic_file_read_iter
Remove orangefs_inode_read. It was used by readpage. Calling wait_for_direct_io directly serves the purpose just as well. There is now no check of the bufmap size in the readpage path. There are already other places the bufmap size is assumed to be greater than PAGE_SIZE. Important to call truncate_inode_pages now in the write path so a subsequent read sees the new data. Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/fs_context.c')
0 files changed, 0 insertions, 0 deletions