Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175300
b: refs/heads/master
c: 92e1288
h: refs/heads/master
v: v3
  • Loading branch information
Jérémy Cochoy authored and Jan Kara committed Dec 10, 2009
1 parent 836fa3c commit cb70514
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: 4cf46b67eb6de94532c1bea11d2479d085229d0e
refs/heads/master: 92e128884bf04fb155413a78f45be1d73dff75a7
4 changes: 2 additions & 2 deletions trunk/fs/ext2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ ext2_readdir (struct file * filp, void * dirent, filldir_t filldir)
* ext2_find_entry()
*
* finds an entry in the specified directory with the wanted name. It
* returns the page in which the entry was found, and the entry itself
* (as a parameter - res_dir). Page is returned mapped and unlocked.
* returns the page in which the entry was found (as a parameter - res_page),
* and the entry itself. Page is returned mapped and unlocked.
* Entry is guaranteed to be valid.
*/
struct ext2_dir_entry_2 *ext2_find_entry (struct inode * dir,
Expand Down

0 comments on commit cb70514

Please sign in to comment.