From mboxrd@z Thu Jan 1 00:00:00 1970 From: Artem Bityutskiy Subject: [PATCH v2 0/7] affs: stop using write_supers and s_dirt Date: Wed, 6 Jun 2012 18:56:50 +0300 Message-ID: <1338998217-5010-1-git-send-email-dedekind1@gmail.com> Cc: Linux FS Maling List , Linux Kernel Maling List To: Al Viro , Jan Kara Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org This is v2 of the patch-set. Please, see v1 for the high-level description. v1->v2: Address review comments from Jan Kara: * use BH lock for locking the superblock while calculating its checksum; * stop setting bm_flags v1: http://lkml.org/lkml/2012/6/5/162 fs/affs/affs.h | 7 +++++ fs/affs/bitmap.c | 4 +- fs/affs/super.c | 68 +++++++++++++++++++++++++++++++++++------------------- 3 files changed, 53 insertions(+), 26 deletions(-) Thanks, Artem.