Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39349
b: refs/heads/master
c: 97e860d
h: refs/heads/master
i:
  39347: 858bcbf
v: v3
  • Loading branch information
Eric Sesterhenn authored and Linus Torvalds committed Oct 11, 2006
1 parent 32856c6 commit 452dba5
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: 887ed2f3aecde2ff24e06666932dc5f144745044
refs/heads/master: 97e860d364aa9d08e895ecb619b9122ae2c70df8
2 changes: 1 addition & 1 deletion trunk/fs/fat/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ int fat_flush_inodes(struct super_block *sb, struct inode *i1, struct inode *i2)
ret = writeback_inode(i1);
if (!ret && i2)
ret = writeback_inode(i2);
if (!ret && sb) {
if (!ret) {
struct address_space *mapping = sb->s_bdev->bd_inode->i_mapping;
ret = filemap_flush(mapping);
}
Expand Down

0 comments on commit 452dba5

Please sign in to comment.