Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155439
b: refs/heads/master
c: 5adfee9
h: refs/heads/master
i:
  155437: 8fa54fc
  155435: ad8ff7a
  155431: f2630f2
  155423: 12773e2
v: v3
  • Loading branch information
Theodore Ts'o committed Jul 8, 2009
1 parent 81bbfaf commit c23d0c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5887e98b609e96ce61ee0528cf94a2bfdc809dd7
refs/heads/master: 5adfee9c17314c1411095c23191c3cb0c2d25f9f
4 changes: 2 additions & 2 deletions trunk/fs/ext4/ext4_jbd2.h
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@ static inline int ext4_should_order_data(struct inode *inode)

static inline int ext4_should_writeback_data(struct inode *inode)
{
if (EXT4_JOURNAL(inode) == NULL)
return 0;
if (!S_ISREG(inode->i_mode))
return 0;
if (EXT4_JOURNAL(inode) == NULL)
return 1;
if (EXT4_I(inode)->i_flags & EXT4_JOURNAL_DATA_FL)
return 0;
if (test_opt(inode->i_sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA)
Expand Down

0 comments on commit c23d0c3

Please sign in to comment.