diff options
Diffstat (limited to 'fs/reiserfs/stree.c')
-rw-r--r-- | fs/reiserfs/stree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/stree.c b/fs/reiserfs/stree.c index 5fa7118f04e1..17f52e8bb739 100644 --- a/fs/reiserfs/stree.c +++ b/fs/reiserfs/stree.c | |||
@@ -1477,7 +1477,7 @@ static int maybe_indirect_to_direct(struct reiserfs_transaction_handle *th, | |||
1477 | ** reading in the last block. The user will hit problems trying to | 1477 | ** reading in the last block. The user will hit problems trying to |
1478 | ** read the file, but for now we just skip the indirect2direct | 1478 | ** read the file, but for now we just skip the indirect2direct |
1479 | */ | 1479 | */ |
1480 | if (atomic_read(&inode->i_count) > 1 || | 1480 | if (inode->i_count > 1 || |
1481 | !tail_has_to_be_packed(inode) || | 1481 | !tail_has_to_be_packed(inode) || |
1482 | !page || (REISERFS_I(inode)->i_flags & i_nopack_mask)) { | 1482 | !page || (REISERFS_I(inode)->i_flags & i_nopack_mask)) { |
1483 | /* leave tail in an unformatted node */ | 1483 | /* leave tail in an unformatted node */ |