]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - fs/orangefs/inode.c
orangefs: move do_readv_writev to direct_IO
authorMartin Brandenburg <martin@omnibond.com>
Tue, 6 Nov 2018 19:54:49 +0000 (19:54 +0000)
committerMike Marshall <hubcap@omnibond.com>
Fri, 3 May 2019 18:32:38 +0000 (14:32 -0400)
commit3e9dfc6e1e8bce62a329f1452c7eeccbac230980
tree0624e753c394d07519e2834032626d77d25b791a
parent43f34576042eb3256c39b502b22c6755144f7517
orangefs: move do_readv_writev to direct_IO

direct_IO was the only caller and all direct_IO did was call it,
so there's no use in having the code spread out into so many functions.

Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/file.c
fs/orangefs/inode.c