Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359019
b: refs/heads/master
c: 9734c97
h: refs/heads/master
i:
  359017: ed5f267
  359015: b393f6a
v: v3
  • Loading branch information
Jan Kara committed Jan 21, 2013
1 parent 4e1eacf commit 976330f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c04e88e271ab67de1409c3b4a4e80dbe13eac7b0
refs/heads/master: 9734c971aa6be6db61226b0046e080ca10383748
4 changes: 4 additions & 0 deletions trunk/fs/udf/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,8 @@ static void udf_open_lvid(struct super_block *sb)
mark_buffer_dirty(bh);
sbi->s_lvid_dirty = 0;
mutex_unlock(&sbi->s_alloc_mutex);
/* Make opening of filesystem visible on the media immediately */
sync_dirty_buffer(bh);
}

static void udf_close_lvid(struct super_block *sb)
Expand Down Expand Up @@ -1906,6 +1908,8 @@ static void udf_close_lvid(struct super_block *sb)
mark_buffer_dirty(bh);
sbi->s_lvid_dirty = 0;
mutex_unlock(&sbi->s_alloc_mutex);
/* Make closing of filesystem visible on the media immediately */
sync_dirty_buffer(bh);
}

u64 lvid_get_unique_id(struct super_block *sb)
Expand Down

0 comments on commit 976330f

Please sign in to comment.