Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231537
b: refs/heads/master
c: 8fcd972
h: refs/heads/master
i:
  231535: 91e8634
v: v3
  • Loading branch information
Phillip Lougher committed Jan 13, 2011
1 parent 1248080 commit 4308218
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6197fd86789a28760f8375b5ae8885cd7258042f
refs/heads/master: 8fcd97216f45b1691f8f91f35cc108d06e0bfca8
1 change: 0 additions & 1 deletion trunk/fs/squashfs/block.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

#include "squashfs_fs.h"
#include "squashfs_fs_sb.h"
#include "squashfs_fs_i.h"
#include "squashfs.h"
#include "decompressor.h"

Expand Down
1 change: 0 additions & 1 deletion trunk/fs/squashfs/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@

#include "squashfs_fs.h"
#include "squashfs_fs_sb.h"
#include "squashfs_fs_i.h"
#include "squashfs.h"

/*
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/squashfs/decompressor.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#include "squashfs_fs.h"
#include "squashfs_fs_sb.h"
#include "squashfs_fs_i.h"
#include "decompressor.h"
#include "squashfs.h"

Expand Down
1 change: 0 additions & 1 deletion trunk/fs/squashfs/fragment.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

#include "squashfs_fs.h"
#include "squashfs_fs_sb.h"
#include "squashfs_fs_i.h"
#include "squashfs.h"

/*
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/squashfs/id.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

#include "squashfs_fs.h"
#include "squashfs_fs_sb.h"
#include "squashfs_fs_i.h"
#include "squashfs.h"

/*
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/squashfs/lzo_wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#include "squashfs_fs.h"
#include "squashfs_fs_sb.h"
#include "squashfs_fs_i.h"
#include "squashfs.h"
#include "decompressor.h"

Expand Down
5 changes: 0 additions & 5 deletions trunk/fs/squashfs/squashfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@

#define WARNING(s, args...) pr_warning("SQUASHFS: "s, ## args)

static inline struct squashfs_inode_info *squashfs_i(struct inode *inode)
{
return list_entry(inode, struct squashfs_inode_info, vfs_inode);
}

/* block.c */
extern int squashfs_read_data(struct super_block *, void **, u64, int, u64 *,
int, int);
Expand Down
6 changes: 6 additions & 0 deletions trunk/fs/squashfs/squashfs_fs_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,10 @@ struct squashfs_inode_info {
};
struct inode vfs_inode;
};


static inline struct squashfs_inode_info *squashfs_i(struct inode *inode)
{
return list_entry(inode, struct squashfs_inode_info, vfs_inode);
}
#endif
1 change: 0 additions & 1 deletion trunk/fs/squashfs/xattr_id.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

#include "squashfs_fs.h"
#include "squashfs_fs_sb.h"
#include "squashfs_fs_i.h"
#include "squashfs.h"
#include "xattr.h"

Expand Down
1 change: 0 additions & 1 deletion trunk/fs/squashfs/zlib_wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#include "squashfs_fs.h"
#include "squashfs_fs_sb.h"
#include "squashfs_fs_i.h"
#include "squashfs.h"
#include "decompressor.h"

Expand Down

0 comments on commit 4308218

Please sign in to comment.