diff options
Diffstat (limited to 'fs/udf')
-rw-r--r-- | fs/udf/file.c | 1 | ||||
-rw-r--r-- | fs/udf/super.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/fs/udf/file.c b/fs/udf/file.c index 04bb5bf07630..66b9e7e7e4c5 100644 --- a/fs/udf/file.c +++ b/fs/udf/file.c | |||
@@ -36,7 +36,6 @@ | |||
36 | #include <linux/pagemap.h> | 36 | #include <linux/pagemap.h> |
37 | #include <linux/buffer_head.h> | 37 | #include <linux/buffer_head.h> |
38 | #include <linux/aio.h> | 38 | #include <linux/aio.h> |
39 | #include <linux/smp_lock.h> | ||
40 | 39 | ||
41 | #include "udf_i.h" | 40 | #include "udf_i.h" |
42 | #include "udf_sb.h" | 41 | #include "udf_sb.h" |
diff --git a/fs/udf/super.c b/fs/udf/super.c index f9f4a9a0ea2b..65412d84a45d 100644 --- a/fs/udf/super.c +++ b/fs/udf/super.c | |||
@@ -1578,9 +1578,7 @@ static int udf_load_sequence(struct super_block *sb, struct buffer_head *bh, | |||
1578 | { | 1578 | { |
1579 | struct anchorVolDescPtr *anchor; | 1579 | struct anchorVolDescPtr *anchor; |
1580 | long main_s, main_e, reserve_s, reserve_e; | 1580 | long main_s, main_e, reserve_s, reserve_e; |
1581 | struct udf_sb_info *sbi; | ||
1582 | 1581 | ||
1583 | sbi = UDF_SB(sb); | ||
1584 | anchor = (struct anchorVolDescPtr *)bh->b_data; | 1582 | anchor = (struct anchorVolDescPtr *)bh->b_data; |
1585 | 1583 | ||
1586 | /* Locate the main sequence */ | 1584 | /* Locate the main sequence */ |