1. 12 Feb, 2014 1 commit
    • Jinshan Xiong's avatar
      staging/lustre/llite: remove lustre_generic_file_{read,write} · 74c0da19
      Jinshan Xiong authored
      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: default avatarJinshan Xiong <jinshan.xiong@intel.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      74c0da19
  2. 11 Feb, 2014 27 commits
  3. 08 Feb, 2014 12 commits