Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33984
b: refs/heads/master
c: 833f732
h: refs/heads/master
v: v3
  • Loading branch information
Dave Kleikamp authored and Linus Torvalds committed Sep 19, 2006
1 parent b1699c2 commit 27a7dc9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 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: ac7fb273ca1d0b4fb354575bb6e101ffd09e0b54
refs/heads/master: 833f73299fdf4497af1552e219e95661f4d2cdca
1 change: 0 additions & 1 deletion trunk/fs/ext2/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ unsigned long ext2_count_free (struct buffer_head * map, unsigned int numchars)

#endif /* EXT2FS_DEBUG */

/* Superblock must be locked */
unsigned long ext2_count_free_blocks (struct super_block * sb)
{
struct ext2_group_desc * desc;
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext2/ialloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ struct inode *ext2_new_inode(struct inode *dir, int mode)
return ERR_PTR(err);
}

/* Superblock must be locked */
unsigned long ext2_count_free_inodes (struct super_block * sb)
{
struct ext2_group_desc *desc;
Expand Down
2 changes: 0 additions & 2 deletions trunk/fs/ext2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,6 @@ static int ext2_statfs (struct dentry * dentry, struct kstatfs * buf)
unsigned long overhead;
int i;

lock_super(sb);
if (test_opt (sb, MINIX_DF))
overhead = 0;
else {
Expand Down Expand Up @@ -1124,7 +1123,6 @@ static int ext2_statfs (struct dentry * dentry, struct kstatfs * buf)
buf->f_files = le32_to_cpu(sbi->s_es->s_inodes_count);
buf->f_ffree = ext2_count_free_inodes (sb);
buf->f_namelen = EXT2_NAME_LEN;
unlock_super(sb);
return 0;
}

Expand Down

0 comments on commit 27a7dc9

Please sign in to comment.