summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJinshan Xiong <jinshan.xiong@intel.com>2014-02-12 09:32:44 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-12 21:30:42 +0400
commit74c0da19c4ee842bf2ec880d4cef92858844934d (patch)
tree738de40685ed78482ad2ca5e605a08b8c48ae89c /scripts
parente5b9c0577206083c5bc501f8b77554dc7a5e6388 (diff)
downloadlinux-74c0da19c4ee842bf2ec880d4cef92858844934d.tar.xz
staging/lustre/llite: remove lustre_generic_file_{read,write}
It looks like lustre_generic_file_{read,write} are a holdover from 2.6.19 where generic_file_aio_read() replaced generic_file_readv() and cross-kernel interoperability was required for some period of time. Lustre has since removed support for those older kernels, but it looks like the wrappers were not deleted at that time. This patch will delete them. Pass &iocb->ki_pos as the last argument for these functions instead of crw_pos, since this is the convention for other callers. Verify that this is the same as the current crw_pos argument. This code can likely be cleaned up further in a later patch. Signed-off-by: Jinshan Xiong <jinshan.xiong@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions