From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (Postfix) with ESMTP id C65497F58 for ; Fri, 13 Dec 2013 10:32:43 -0600 (CST) Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by relay1.corp.sgi.com (Postfix) with ESMTP id B8EC78F8039 for ; Fri, 13 Dec 2013 08:32:40 -0800 (PST) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) by cuda.sgi.com with ESMTP id Dx9CDh4qKxJHnVZS (version=TLSv1 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 13 Dec 2013 08:32:31 -0800 (PST) Date: Fri, 13 Dec 2013 08:32:30 -0800 From: Christoph Hellwig Subject: Re: [PATCH 2/5] xfs: adjust the interface of xfs_qm_vop_dqalloc() Message-ID: <20131213163230.GE20803@infradead.org> References: <1386944873-16796-1-git-send-email-zwu.kernel@gmail.com> <1386944873-16796-3-git-send-email-zwu.kernel@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1386944873-16796-3-git-send-email-zwu.kernel@gmail.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: Zhi Yong Wu Cc: linux-fsdevel@vger.kernel.org, Zhi Yong Wu , linux-kernel@vger.kernel.org, xfs@oss.sgi.com On Fri, Dec 13, 2013 at 10:27:50PM +0800, Zhi Yong Wu wrote: > From: Zhi Yong Wu > > There may be not a parent inode or a name for O_TMPFILE support, but will pass > a struct xfs_mount to xfs_qm_vop_dqalloc(). So its interface need to be > adjusted in order that O_TMPFILE creation function can also use it. > > Signed-off-by: Zhi Yong Wu This patch is not actually needed, as we do get passed a parent. _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs