diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-07 15:56:27 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-07 15:56:27 -0400 |
| commit | 45480aa75b03d6705ab5ceebda9d09be22f4e928 (patch) | |
| tree | e8314360d01e4f2cea3a926f0f7f7d856d57c3cb /fs/udf/super.c | |
| parent | 1fc7995d19139d6f99203b43c161968f3f554a15 (diff) | |
| parent | 581b7e9fc00789782cb3bdca58db49f6f0f66608 (diff) | |
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6:
udf: super.c Fix warning: variable 'sbi' set but not used
udf: remove duplicated #include
Diffstat (limited to 'fs/udf/super.c')
| -rw-r--r-- | fs/udf/super.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/udf/super.c b/fs/udf/super.c index 612d1e2e285a..12bb651e5400 100644 --- a/fs/udf/super.c +++ b/fs/udf/super.c | |||
| @@ -1579,9 +1579,7 @@ static int udf_load_sequence(struct super_block *sb, struct buffer_head *bh, | |||
| 1579 | { | 1579 | { |
| 1580 | struct anchorVolDescPtr *anchor; | 1580 | struct anchorVolDescPtr *anchor; |
| 1581 | long main_s, main_e, reserve_s, reserve_e; | 1581 | long main_s, main_e, reserve_s, reserve_e; |
| 1582 | struct udf_sb_info *sbi; | ||
| 1583 | 1582 | ||
| 1584 | sbi = UDF_SB(sb); | ||
| 1585 | anchor = (struct anchorVolDescPtr *)bh->b_data; | 1583 | anchor = (struct anchorVolDescPtr *)bh->b_data; |
| 1586 | 1584 | ||
| 1587 | /* Locate the main sequence */ | 1585 | /* Locate the main sequence */ |
