From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [GIT PULL] f2fs fixes for v3.8-rc7 Date: Fri, 8 Feb 2013 08:01:48 +0000 Message-ID: <20130208080148.GG4503@ZenIV.linux.org.uk> References: <1360196464.26950.65.camel@kjgkr> <20130208031021.GF4503@ZenIV.linux.org.uk> <1360297231.8037.8.camel@kjgkr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds , "Linux F2FS DEV, Mailing List" , "Linux Kernel, Mailing List" , "Linux FS DEV, Mailing List" To: Jaegeuk Kim Return-path: Content-Disposition: inline In-Reply-To: <1360297231.8037.8.camel@kjgkr> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, Feb 08, 2013 at 01:20:31PM +0900, Jaegeuk Kim wrote: > Hi Al, > > Could you send the patches to me? > I'll merge them in my tree and submit them in the next merge window. > Is it OK? Feel free to fetch/cherry-pick or simply pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git f2fs - that branchlet grows directly off the mainline and it's not going to be rebased... Shortlog: Al Viro (4): f2fs: init_dent_inode() should take qstr f2fs: switch new_inode_page() from dentry to qstr f2fs: switch init_inode_metadata() to passing parent and name separately f2fs: get rid of fake on-stack dentries Diffstat: fs/f2fs/dir.c | 29 +++++++++++++---------------- fs/f2fs/f2fs.h | 12 +++++++++--- fs/f2fs/node.c | 4 ++-- fs/f2fs/recovery.c | 12 +++++------- 4 files changed, 29 insertions(+), 28 deletions(-)