From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 2/5] xfs: adjust the interface of xfs_qm_vop_dqalloc() Date: Fri, 13 Dec 2013 08:32:30 -0800 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-Type: text/plain; charset=us-ascii Cc: xfs@oss.sgi.com, linux-fsdevel@vger.kernel.org, Zhi Yong Wu , linux-kernel@vger.kernel.org To: Zhi Yong Wu Return-path: Content-Disposition: inline In-Reply-To: <1386944873-16796-3-git-send-email-zwu.kernel@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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.