commit | 795bc1b54265ec532d09960762bd3d58d1a63c8f | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Fri Aug 25 14:24:12 2017 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Aug 25 15:29:42 2017 -0600 |
tree | ea1c177a5cbcb75eb66cf927a31593b8b9dfbcbd | |
parent | 296cb94c9ddb63cd34d96f8ac3cfa59988ad485e [diff] |
skd: Inline skd_end_request() It is not worth to keep the debug statements in skd_end_request(). Without debug statements that function only consists of two statements. Hence inline skd_end_request(). Suggested-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Cc: Christoph Hellwig <hch@lst.de> Cc: Hannes Reinecke <hare@suse.de> Cc: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>