From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753878AbbIPNja (ORCPT ); Wed, 16 Sep 2015 09:39:30 -0400 Received: from verein.lst.de ([213.95.11.211]:37016 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752559AbbIPNj3 (ORCPT ); Wed, 16 Sep 2015 09:39:29 -0400 Date: Wed, 16 Sep 2015 15:39:26 +0200 From: Christoph Hellwig To: Paolo Bonzini Cc: linux-kernel@vger.kernel.org, houcheng@gmail.com, Andy Grover , James Bottomley , Christoph Hellwig , Douglas Gilbert , Linux SCSI List Subject: Re: [PATCH] scsi: provide UAPI version of scsi/sg.h and scsi/scsi_ioctl.h Message-ID: <20150916133926.GA9658@lst.de> References: <1442308888-17911-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442308888-17911-1-git-send-email-pbonzini@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Paolo, can you just move them to include/linux/ directly? Also scsi/scsi.h has some additional ioctl defintions that should be added to the UAPI scsi_ioctl.h. Otherwise this looks ok to me.