From: Keith Busch Date: Wed, 27 Aug 2014 19:55:38 +0000 (-0600) Subject: NVMe: Remove duplicate compat SG_IO code X-Git-Tag: omap-for-v3.19/fixes-rc1~94^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e179729a821c1b82375f5593533c027462e753b7;p=pandora-kernel.git NVMe: Remove duplicate compat SG_IO code We can return -ENOIOCTLCMD and the ioctl will be handled by fs/compat_ioctl.c instead. This removes a lot of duplicate code in the nvme driver. Signed-off-by: Keith Busch Signed-off-by: Matthew Wilcox Signed-off-by: Jens Axboe --- Reading git-diff-tree failed