Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108555
b: refs/heads/master
c: 0a883a0
h: refs/heads/master
i:
  108553: 7f5bd4a
  108551: c8b7c25
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed Aug 13, 2008
1 parent 43c2428 commit 4be9f08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 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: 5acd6ff8ac09eb71f3aef2ccccefab658be8aff4
refs/heads/master: 0a883a05c54b326bcf99c0902af28dae0386be0a
8 changes: 4 additions & 4 deletions trunk/fs/ubifs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ struct inode *ubifs_iget(struct super_block *sb, unsigned long inum)
if (err)
goto out_invalid;

/* Disable readahead */
/* Disable read-ahead */
inode->i_mapping->backing_dev_info = &c->bdi;

switch (inode->i_mode & S_IFMT) {
Expand Down Expand Up @@ -344,7 +344,7 @@ static void ubifs_delete_inode(struct inode *inode)
if (err)
/*
* Worst case we have a lost orphan inode wasting space, so a
* simple error message is ok here.
* simple error message is OK here.
*/
ubifs_err("can't delete inode %lu, error %d",
inode->i_ino, err);
Expand Down Expand Up @@ -1683,10 +1683,10 @@ static int ubifs_fill_super(struct super_block *sb, void *data, int silent)
}

/*
* UBIFS provids 'backing_dev_info' in order to disable readahead. For
* UBIFS provides 'backing_dev_info' in order to disable read-ahead. For
* UBIFS, I/O is not deferred, it is done immediately in readpage,
* which means the user would have to wait not just for their own I/O
* but the readahead I/O as well i.e. completely pointless.
* but the read-ahead I/O as well i.e. completely pointless.
*
* Read-ahead will be disabled because @c->bdi.ra_pages is 0.
*/
Expand Down
2 changes: 0 additions & 2 deletions trunk/fs/ubifs/ubifs.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
* Adrian Hunter
*/

/* Implementation version 0.7 */

#ifndef __UBIFS_H__
#define __UBIFS_H__

Expand Down

0 comments on commit 4be9f08

Please sign in to comment.