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-nilfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html