Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333695
b: refs/heads/master
c: 4f7754c
h: refs/heads/master
i:
  333693: fb5548a
  333691: 95c019b
  333687: f376a67
  333679: aed9e52
  333663: d5324a3
  333631: 1dbf87f
  333567: c3ac1f2
v: v3
  • Loading branch information
Marco Stornelli authored and Al Viro committed Oct 10, 2012
1 parent 61e2e53 commit 29fe066
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aed976475bff939672b0e21595839c445dcec0fa
refs/heads/master: 4f7754c8891af65124dce63adb59a33198f0bf35
4 changes: 0 additions & 4 deletions trunk/fs/exofs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,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);
Expand All @@ -406,8 +404,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);
Expand Down

0 comments on commit 29fe066

Please sign in to comment.