diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2011-01-06 01:08:50 -0500 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2011-01-13 16:24:15 -0500 |
commit | 8fcd97216f45b1691f8f91f35cc108d06e0bfca8 (patch) | |
tree | f22ddb09a78512768e6e4f766e8b61721175aee5 /fs/squashfs | |
parent | 6197fd86789a28760f8375b5ae8885cd7258042f (diff) |
Squashfs: move squashfs_i() definition from squashfs.h
Move squashfs_i() definition out of squashfs.h, this eliminates
the need to #include squashfs_fs_i.h from numerous files.
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs')
-rw-r--r-- | fs/squashfs/block.c | 1 | ||||
-rw-r--r-- | fs/squashfs/cache.c | 1 | ||||
-rw-r--r-- | fs/squashfs/decompressor.c | 1 | ||||
-rw-r--r-- | fs/squashfs/fragment.c | 1 | ||||
-rw-r--r-- | fs/squashfs/id.c | 1 | ||||
-rw-r--r-- | fs/squashfs/lzo_wrapper.c | 1 | ||||
-rw-r--r-- | fs/squashfs/squashfs.h | 5 | ||||
-rw-r--r-- | fs/squashfs/squashfs_fs_i.h | 6 | ||||
-rw-r--r-- | fs/squashfs/xattr_id.c | 1 | ||||
-rw-r--r-- | fs/squashfs/zlib_wrapper.c | 1 |
10 files changed, 6 insertions, 13 deletions
diff --git a/fs/squashfs/block.c b/fs/squashfs/block.c index 653c030eb840..2fb2882f0fa7 100644 --- a/fs/squashfs/block.c +++ b/fs/squashfs/block.c | |||
@@ -34,7 +34,6 @@ | |||
34 | 34 | ||
35 | #include "squashfs_fs.h" | 35 | #include "squashfs_fs.h" |
36 | #include "squashfs_fs_sb.h" | 36 | #include "squashfs_fs_sb.h" |
37 | #include "squashfs_fs_i.h" | ||
38 | #include "squashfs.h" | 37 | #include "squashfs.h" |
39 | #include "decompressor.h" | 38 | #include "decompressor.h" |
40 | 39 | ||
diff --git a/fs/squashfs/cache.c b/fs/squashfs/cache.c index 57314bee9059..26b15ae34d6f 100644 --- a/fs/squashfs/cache.c +++ b/fs/squashfs/cache.c | |||
@@ -55,7 +55,6 @@ | |||
55 | 55 | ||
56 | #include "squashfs_fs.h" | 56 | #include "squashfs_fs.h" |
57 | #include "squashfs_fs_sb.h" | 57 | #include "squashfs_fs_sb.h" |
58 | #include "squashfs_fs_i.h" | ||
59 | #include "squashfs.h" | 58 | #include "squashfs.h" |
60 | 59 | ||
61 | /* | 60 | /* |
diff --git a/fs/squashfs/decompressor.c b/fs/squashfs/decompressor.c index 482d78197811..50b22d330cec 100644 --- a/fs/squashfs/decompressor.c +++ b/fs/squashfs/decompressor.c | |||
@@ -27,7 +27,6 @@ | |||
27 | 27 | ||
28 | #include "squashfs_fs.h" | 28 | #include "squashfs_fs.h" |
29 | #include "squashfs_fs_sb.h" | 29 | #include "squashfs_fs_sb.h" |
30 | #include "squashfs_fs_i.h" | ||
31 | #include "decompressor.h" | 30 | #include "decompressor.h" |
32 | #include "squashfs.h" | 31 | #include "squashfs.h" |
33 | 32 | ||
diff --git a/fs/squashfs/fragment.c b/fs/squashfs/fragment.c index 7c90bbd6879d..7eef571443c6 100644 --- a/fs/squashfs/fragment.c +++ b/fs/squashfs/fragment.c | |||
@@ -39,7 +39,6 @@ | |||
39 | 39 | ||
40 | #include "squashfs_fs.h" | 40 | #include "squashfs_fs.h" |
41 | #include "squashfs_fs_sb.h" | 41 | #include "squashfs_fs_sb.h" |
42 | #include "squashfs_fs_i.h" | ||
43 | #include "squashfs.h" | 42 | #include "squashfs.h" |
44 | 43 | ||
45 | /* | 44 | /* |
diff --git a/fs/squashfs/id.c b/fs/squashfs/id.c index b7f64bcd2b70..d8f32452638e 100644 --- a/fs/squashfs/id.c +++ b/fs/squashfs/id.c | |||
@@ -37,7 +37,6 @@ | |||
37 | 37 | ||
38 | #include "squashfs_fs.h" | 38 | #include "squashfs_fs.h" |
39 | #include "squashfs_fs_sb.h" | 39 | #include "squashfs_fs_sb.h" |
40 | #include "squashfs_fs_i.h" | ||
41 | #include "squashfs.h" | 40 | #include "squashfs.h" |
42 | 41 | ||
43 | /* | 42 | /* |
diff --git a/fs/squashfs/lzo_wrapper.c b/fs/squashfs/lzo_wrapper.c index 5d87789bf1c1..7da759e34c52 100644 --- a/fs/squashfs/lzo_wrapper.c +++ b/fs/squashfs/lzo_wrapper.c | |||
@@ -29,7 +29,6 @@ | |||
29 | 29 | ||
30 | #include "squashfs_fs.h" | 30 | #include "squashfs_fs.h" |
31 | #include "squashfs_fs_sb.h" | 31 | #include "squashfs_fs_sb.h" |
32 | #include "squashfs_fs_i.h" | ||
33 | #include "squashfs.h" | 32 | #include "squashfs.h" |
34 | #include "decompressor.h" | 33 | #include "decompressor.h" |
35 | 34 | ||
diff --git a/fs/squashfs/squashfs.h b/fs/squashfs/squashfs.h index 5d45569d5f72..18f187fb486b 100644 --- a/fs/squashfs/squashfs.h +++ b/fs/squashfs/squashfs.h | |||
@@ -27,11 +27,6 @@ | |||
27 | 27 | ||
28 | #define WARNING(s, args...) pr_warning("SQUASHFS: "s, ## args) | 28 | #define WARNING(s, args...) pr_warning("SQUASHFS: "s, ## args) |
29 | 29 | ||
30 | static inline struct squashfs_inode_info *squashfs_i(struct inode *inode) | ||
31 | { | ||
32 | return list_entry(inode, struct squashfs_inode_info, vfs_inode); | ||
33 | } | ||
34 | |||
35 | /* block.c */ | 30 | /* block.c */ |
36 | extern int squashfs_read_data(struct super_block *, void **, u64, int, u64 *, | 31 | extern int squashfs_read_data(struct super_block *, void **, u64, int, u64 *, |
37 | int, int); | 32 | int, int); |
diff --git a/fs/squashfs/squashfs_fs_i.h b/fs/squashfs/squashfs_fs_i.h index d3e3a37f28a1..359baefc01fc 100644 --- a/fs/squashfs/squashfs_fs_i.h +++ b/fs/squashfs/squashfs_fs_i.h | |||
@@ -45,4 +45,10 @@ struct squashfs_inode_info { | |||
45 | }; | 45 | }; |
46 | struct inode vfs_inode; | 46 | struct inode vfs_inode; |
47 | }; | 47 | }; |
48 | |||
49 | |||
50 | static inline struct squashfs_inode_info *squashfs_i(struct inode *inode) | ||
51 | { | ||
52 | return list_entry(inode, struct squashfs_inode_info, vfs_inode); | ||
53 | } | ||
48 | #endif | 54 | #endif |
diff --git a/fs/squashfs/xattr_id.c b/fs/squashfs/xattr_id.c index d33be5dd6c32..05385dbe1465 100644 --- a/fs/squashfs/xattr_id.c +++ b/fs/squashfs/xattr_id.c | |||
@@ -32,7 +32,6 @@ | |||
32 | 32 | ||
33 | #include "squashfs_fs.h" | 33 | #include "squashfs_fs.h" |
34 | #include "squashfs_fs_sb.h" | 34 | #include "squashfs_fs_sb.h" |
35 | #include "squashfs_fs_i.h" | ||
36 | #include "squashfs.h" | 35 | #include "squashfs.h" |
37 | #include "xattr.h" | 36 | #include "xattr.h" |
38 | 37 | ||
diff --git a/fs/squashfs/zlib_wrapper.c b/fs/squashfs/zlib_wrapper.c index ab5801f66e26..818a5e063faf 100644 --- a/fs/squashfs/zlib_wrapper.c +++ b/fs/squashfs/zlib_wrapper.c | |||
@@ -29,7 +29,6 @@ | |||
29 | 29 | ||
30 | #include "squashfs_fs.h" | 30 | #include "squashfs_fs.h" |
31 | #include "squashfs_fs_sb.h" | 31 | #include "squashfs_fs_sb.h" |
32 | #include "squashfs_fs_i.h" | ||
33 | #include "squashfs.h" | 32 | #include "squashfs.h" |
34 | #include "decompressor.h" | 33 | #include "decompressor.h" |
35 | 34 | ||