Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347791
b: refs/heads/master
c: 72651ca
h: refs/heads/master
i:
  347789: e3e9b5b
  347787: 8a889d9
  347783: 2d7390b
  347775: 1992ce1
v: v3
  • Loading branch information
Jan Kara authored and Al Viro committed Dec 20, 2012
1 parent 2fd26a9 commit 9234429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 39e3c9553f34381a1b664c27b0c696a266a5735e
refs/heads/master: 72651cac884b1e285fa8e8314b10e9f1b8458802
2 changes: 1 addition & 1 deletion trunk/fs/file_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ void mark_files_ro(struct super_block *sb)
spin_unlock(&f->f_lock);
if (file_check_writeable(f) != 0)
continue;
__mnt_drop_write(f->f_path.mnt);
file_release_write(f);
mnt_drop_write_file(f);
} while_file_list_for_each_entry;
lg_global_unlock(&files_lglock);
}
Expand Down

0 comments on commit 9234429

Please sign in to comment.