[PATCH] Net: ceph: messenger: Use local variable cursor in read_partial_msg_data()

2015-10-18 Thread Shraddha Barke
Use local variable cursor in place of >cursor in read_partial_msg_data() Signed-off-by: Shraddha Barke --- net/ceph/messenger.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ceph/messenger.c b/net/ceph/messenger.c index b9b0e3b..b3d1973

Re: [PATCH] Net: ceph: messenger: Use local variable cursor in read_partial_msg_data()

2015-10-18 Thread Ilya Dryomov
On Sun, Oct 18, 2015 at 12:00 PM, Shraddha Barke wrote: > Use local variable cursor in place of >cursor in > read_partial_msg_data() > > Signed-off-by: Shraddha Barke > --- > net/ceph/messenger.c | 6 +++--- > 1 file changed, 3 insertions(+), 3