Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218873
b: refs/heads/master
c: 640e939
h: refs/heads/master
i:
  218871: 877ea99
v: v3
  • Loading branch information
Eric Sandeen authored and Theodore Ts'o committed Oct 28, 2010
1 parent 438f1ff commit bb0e998
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: c999af2b347a55174f702702e0df814d05ef5491
refs/heads/master: 640e9396566a1e1f52f2db294755a23f1e62cc97
5 changes: 0 additions & 5 deletions trunk/fs/ext4/ext4.h
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,6 @@ struct ext4_sb_info {
struct completion s_kobj_unregister;

/* Journaling */
struct inode *s_journal_inode;
struct journal_s *s_journal;
struct list_head s_orphan;
struct mutex s_orphan_lock;
Expand Down Expand Up @@ -1122,10 +1121,7 @@ struct ext4_sb_info {
/* for buddy allocator */
struct ext4_group_info ***s_group_info;
struct inode *s_buddy_cache;
long s_blocks_reserved;
spinlock_t s_reserve_lock;
spinlock_t s_md_lock;
tid_t s_last_transaction;
unsigned short *s_mb_offsets;
unsigned int *s_mb_maxs;

Expand All @@ -1143,7 +1139,6 @@ struct ext4_sb_info {
unsigned long s_mb_last_start;

/* stats for buddy allocator */
spinlock_t s_mb_pa_lock;
atomic_t s_bal_reqs; /* number of reqs with len > 1 */
atomic_t s_bal_success; /* we found long enough chunks */
atomic_t s_bal_allocated; /* in blocks */
Expand Down

0 comments on commit bb0e998

Please sign in to comment.