bfs: assorted cleanups
This patch makes the following cleanups: o removing an unused variable from bfs_fill_super(); o removing unneeded blank spaces from pointer definitions. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.fi> Cc: Tigran Aivazian <tigran_aivazian@symantec.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

szülő
7d135a5d50
commit
75b25b4cab
@@ -16,8 +16,8 @@ struct bfs_sb_info {
|
||||
unsigned long si_freei;
|
||||
unsigned long si_lf_eblk;
|
||||
unsigned long si_lasti;
|
||||
unsigned long * si_imap;
|
||||
struct buffer_head * si_sbh; /* buffer header w/superblock */
|
||||
unsigned long *si_imap;
|
||||
struct buffer_head *si_sbh; /* buffer header w/superblock */
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user