Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188035
b: refs/heads/master
c: 1621562
h: refs/heads/master
i:
  188033: a3cafff
  188031: ac25f13
v: v3
  • Loading branch information
Ryusuke Konishi committed Mar 14, 2010
1 parent 0fd69af commit fb3df5a
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: 9ccf56c13831c5fe0edecd8c1184c9a6fe805d23
refs/heads/master: 1621562b6ac55aa69239895d90276577547a5f62
2 changes: 1 addition & 1 deletion trunk/fs/nilfs2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ nilfs_find_entry(struct inode *dir, const struct qstr *qstr,
/* next page is past the blocks we've got */
if (unlikely(n > (dir->i_blocks >> (PAGE_CACHE_SHIFT - 9)))) {
nilfs_error(dir->i_sb, __func__,
"dir %lu size %lld exceeds block cout %llu",
"dir %lu size %lld exceeds block count %llu",
dir->i_ino, dir->i_size,
(unsigned long long)dir->i_blocks);
goto out;
Expand Down

0 comments on commit fb3df5a

Please sign in to comment.