From: Alex Elder Date: Thu, 24 Jan 2013 22:13:36 +0000 (-0600) Subject: rbd: define image request originator flag X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~26^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9849e986367ef95bac92609bba0349669ed87b53;p=pandora-kernel.git rbd: define image request originator flag Define a flag indicating whether an image request originated from the Linux block layer (from blk_fetch_request()) or whether it was initiated in order to satisfy an object request for a child image of a layered rbd device. For image requests initiated by objects of child images we'll save a pointer to the object request rather than the Linux block request. For now, only block requests are used. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed