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:
Dmitri Vorobiev
2008-07-25 19:44:52 -07:00
committed by Linus Torvalds
szülő 7d135a5d50
commit 75b25b4cab
2 fájl változott, egészen pontosan 3 új sor hozzáadva és 4 régi sor törölve

Fájl megtekintése

@@ -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 */
};
/*