[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1509367935-3086-1-git-send-email-konishi.ryusuke@lab.ntt.co.jp>
Date: Mon, 30 Oct 2017 21:52:11 +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/4] nilfs2 updates
Hi Andrew,
Please queue the following changes for the next merge window:
Andreas Rohner (1):
nilfs2: Fix race condition that causes file system corruption
Elena Reshetova (1):
fs, nilfs: convert nilfs_root.count from atomic_t to refcount_t
Ryusuke Konishi (2):
nilfs2: align block comments of nilfs_sufile_truncate_range() at *
nilfs2: use octal for unreadable permission macro
In this series,
> nilfs2: Fix race condition that causes file system corruption
fixes a file system corruption issue in some high loads.
> fs, nilfs: convert nilfs_root.count from atomic_t to refcount_t
introduces refcount_t type to nilfs.
> nilfs2: align block comments of nilfs_sufile_truncate_range() at *
> nilfs2: use octal for unreadable permission macro
are style fixes, both of which are based on suggestions of recent
checkpatch.pl.
Thanks,
Ryusuke Konishi
--
fs/nilfs2/namei.c | 2 +-
fs/nilfs2/segment.c | 6 ++++--
fs/nilfs2/sufile.c | 32 ++++++++++++++++----------------
fs/nilfs2/the_nilfs.c | 8 ++++----
fs/nilfs2/the_nilfs.h | 5 +++--
5 files changed, 28 insertions(+), 25 deletions(-)
Powered by blists - more mailing lists