Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113397
b: refs/heads/master
c: 3244fcb
h: refs/heads/master
i:
  113395: af9023c
v: v3
  • Loading branch information
Alexander Beregalov authored and Theodore Ts'o committed Oct 12, 2008
1 parent 286404d commit 9e42dee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5bf5683a33f3584da6eced480967c4f7e11515a8
refs/heads/master: 3244fcb1ae03362e4aa8cb1a9039fbfd61661859
2 changes: 2 additions & 0 deletions trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -2231,13 +2231,15 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent)
goto failed_mount;
}

#ifdef CONFIG_PROC_FS
if (ext4_proc_root)
sbi->s_proc = proc_mkdir(sb->s_id, ext4_proc_root);

if (sbi->s_proc)
proc_create_data("inode_readahead_blks", 0644, sbi->s_proc,
&ext4_ui_proc_fops,
&sbi->s_inode_readahead_blks);
#endif

bgl_lock_init(&sbi->s_blockgroup_lock);

Expand Down

0 comments on commit 9e42dee

Please sign in to comment.