Thread (10 messages) flat view 10 messages, 3 authors, 2012-08-16

Re: [PATCH 2/8] exofs: remove lock/unlock super

From: Boaz Harrosh <hidden>
Date: 2012-08-16 13:24:29
Also in: linux-ext4, lkml

On 08/16/2012 01:00 PM, Marco Stornelli wrote:
From: Marco Stornelli <redacted>

Remove lock and unlock super operation.

ACK-by: Boaz Harrosh [off-list ref]
Signed-off-by: Marco Stornelli <redacted>
quoted hunk ↗ jump to hunk
---
diff -Nurp linux-3.6-rc1-orig/fs/exofs/super.c linux-3.6-rc1/fs/exofs/super.c
--- linux-3.6-rc1-orig/fs/exofs/super.c	2012-08-16 09:37:31.000000000 +0200
+++ linux-3.6-rc1/fs/exofs/super.c	2012-08-16 09:45:31.000000000 +0200
@@ -384,8 +384,6 @@ static int exofs_sync_fs(struct super_bl
 	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);
@@ -403,8 +401,6 @@ static int exofs_sync_fs(struct super_bl
 	else
 		sb->s_dirt = 0;
 -
-	unlock_super(sb);
 out:
 	EXOFS_DBGMSG("s_nextid=0x%llx ret=%d\n", _LLU(sbi->s_nextid), ret);
 	ore_put_io_state(ios);
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help