[<prev] [next>] [day] [month] [year] [list]
Message-ID: <503F7F0B.4040506@gmail.com>
Date: Thu, 30 Aug 2012 16:56:11 +0200
From: Marco Stornelli <marco.stornelli@...il.com>
To: Linux FS Devel <linux-fsdevel@...r.kernel.org>,
Al Viro <viro@...IV.linux.org.uk>
CC: Boaz Harrosh <bharrosh@...asas.com>,
artem.bityutskiy@...ux.intel.com, linux-kernel@...r.kernel.org
Subject: [PATCH 1/8] exofs: drop lock/unlock super
Removed lock/unlock super.
Acked-by: Artem Bityutskiy <artem.bityutskiy@...ux.intel.com>
Acked-by: Boaz Harrosh <bharrosh@...asas.com>
Signed-off-by: Marco Stornelli <marco.stornelli@...il.com>
---
fs/exofs/super.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/fs/exofs/super.c b/fs/exofs/super.c
index dde41a7..c4360b5 100644
--- a/fs/exofs/super.c
+++ b/fs/exofs/super.c
@@ -384,8 +384,6 @@ static int exofs_sync_fs(struct super_block *sb, int wait)
if (unlikely(ret))
goto out;
- lock_super(sb);
-
ios->length = offsetof(struct exofs_fscb, s_dev_table_oid);
memset(fscb, 0, ios->length);
fscb->s_nextid = cpu_to_le64(sbi->s_nextid);
@@ -401,8 +399,6 @@ static int exofs_sync_fs(struct super_block *sb, int wait)
if (unlikely(ret))
EXOFS_ERR("%s: ore_write failed.\n", __func__);
-
- unlock_super(sb);
out:
EXOFS_DBGMSG("s_nextid=0x%llx ret=%d\n", _LLU(sbi->s_nextid), ret);
ore_put_io_state(ios);
--
1.7.3.4
--
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