summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorAlex Elder <elder@inktank.com>2012-06-11 14:57:13 -0500
committerSage Weil <sage@inktank.com>2012-07-05 21:14:31 -0700
commit5821bd8ccdf5d17ab2c391c773756538603838c3 (patch)
tree7aa1a214e9bbc59ad96f71921ce7febc2bcc579d /include
parent7593af920baac37752190a0db703d2732bed4a3b (diff)
downloadlinux-5821bd8ccdf5d17ab2c391c773756538603838c3.tar.gz
libceph: small changes to messenger.c
This patch gathers a few small changes in "net/ceph/messenger.c":
  out_msg_pos_next()
    - small logic change that mostly affects indentation
  write_partial_msg_pages().
    - use a local variable trail_off to represent the offset into
      a message of the trail portion of the data (if present)
    - once we are in the trail portion we will always be there, so we
      don't always need to check against our data position
    - avoid computing len twice after we've reached the trail
    - get rid of the variable tmpcrc, which is not needed
    - trail_off and trail_len never change so mark them const
    - update some comments
  read_partial_message_bio()
    - bio_iovec_idx() will never return an error, so don't bother
      checking for it

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions