From: Peter Rajnoha Date: Thu, 12 Aug 2010 03:13:53 +0000 (+0100) Subject: dm ioctl: return uevent flag after rename X-Git-Tag: v2.6.36-rc1~51^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=856a6f1dbd8940e72755af145ebcd806408ecedd;p=pandora-kernel.git dm ioctl: return uevent flag after rename All the dm ioctls that generate uevents set the DM_UEVENT_GENERATED flag so that userspace knows whether or not to wait for a uevent to be processed before continuing, The dm rename ioctl sets this flag but was not structured to return it to userspace. This patch restructures the rename ioctl processing to behave like the other ioctls that return data and so fix this. Signed-off-by: Peter Rajnoha Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed