Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316699
b: refs/heads/master
c: db8109e
h: refs/heads/master
i:
  316697: f5cb80d
  316695: fa004d1
v: v3
  • Loading branch information
Artem Bityutskiy authored and Jan Kara committed Jul 9, 2012
1 parent 7154cc9 commit 3749a0e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 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: f007dbf8e51f4a0910194eebc2aa119eb861893e
refs/heads/master: db8109ef98b5fb7e26e0d265c02f7164b13009d4
6 changes: 0 additions & 6 deletions trunk/fs/udf/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,6 @@ static int udf_fill_super(struct super_block *sb, void *options, int silent)
sb->s_op = &udf_sb_ops;
sb->s_export_op = &udf_export_ops;

sb->s_dirt = 0;
sb->s_magic = UDF_SUPER_MAGIC;
sb->s_time_gran = 1000;

Expand Down Expand Up @@ -2096,10 +2095,6 @@ void _udf_err(struct super_block *sb, const char *function,
struct va_format vaf;
va_list args;

/* mark sb error */
if (!(sb->s_flags & MS_RDONLY))
sb->s_dirt = 1;

va_start(args, fmt);

vaf.fmt = fmt;
Expand Down Expand Up @@ -2161,7 +2156,6 @@ static int udf_sync_fs(struct super_block *sb, int wait)
* the buffer for IO
*/
mark_buffer_dirty(sbi->s_lvid_bh);
sb->s_dirt = 0;
sbi->s_lvid_dirty = 0;
}
mutex_unlock(&sbi->s_alloc_mutex);
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/udf/udfdecl.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ static inline void udf_updated_lvid(struct super_block *sb)
WARN_ON_ONCE(((struct logicalVolIntegrityDesc *)
bh->b_data)->integrityType !=
cpu_to_le32(LVID_INTEGRITY_TYPE_OPEN));
sb->s_dirt = 1;
UDF_SB(sb)->s_lvid_dirty = 1;
}
extern u64 lvid_get_unique_id(struct super_block *sb);
Expand Down

0 comments on commit 3749a0e

Please sign in to comment.