[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1417452107-6411-1-git-send-email-konishi.ryusuke@lab.ntt.co.jp>
Date: Tue, 2 Dec 2014 01:41:44 +0900
From: Ryusuke Konishi <konishi.ryusuke@....ntt.co.jp>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
linux-nilfs <linux-nilfs@...r.kernel.org>,
Ryusuke Konishi <konishi.ryusuke@....ntt.co.jp>
Subject: [PATCH 0/3] a few nilfs2 updates for 3.19
Hi Andrew,
Please add the following patches to the queue for the next merge
window.
Andreas's one simplifies nilfs_sync_file() function to avoid duplicate
segment construction on fsync(), and mine fixes a race issue between
nilfs_iget() and nilfs_new_inode(). Markus's one removes an
unnecessary NULL check related to iput().
Thanks,
Ryusuke Konishi
--
Andreas Rohner (1):
nilfs2: avoid duplicate segment construction for fsync()
Markus Elfring (1):
nilfs2: Deletion of an unnecessary check before the function call "iput"
Ryusuke Konishi (1):
nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() races
fs/nilfs2/file.c | 21 ++++++++-------------
fs/nilfs2/inode.c | 32 ++++++++++++++++++++++++--------
fs/nilfs2/namei.c | 15 ++++++++++++---
fs/nilfs2/the_nilfs.c | 3 +--
4 files changed, 45 insertions(+), 26 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists