X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fsquashfs%2Fsquashfs.h;fp=fs%2Fsquashfs%2Fsquashfs.h;h=8ce7730d780abf9b65a3400e0683f92340de6ee8;hb=c469b50b11a8eaa1dc314687c2b6030c8fdea5b7;hp=170e568c43143ad1a58235dc68adf2b57eebe15b;hpb=67da514125f23d27bd45d41e330ef14b6206fe69;p=linux-2.6.git diff --git a/fs/squashfs/squashfs.h b/fs/squashfs/squashfs.h index 170e568c4..8ce7730d7 100644 --- a/fs/squashfs/squashfs.h +++ b/fs/squashfs/squashfs.h @@ -31,7 +31,7 @@ #define TRACE(s, args...) {} #endif -#define ERROR(s, args...) printk(KERN_ERR "SQUASHFS error: "s, ## args) +#define ERROR(s, args...) printk(KERN_NOTICE "SQUASHFS error: "s, ## args) #define SERROR(s, args...) do { \ if (!silent) \ @@ -59,6 +59,7 @@ extern void release_cached_fragment(struct squashfs_sb_info *msblk, struct extern struct squashfs_fragment_cache *get_cached_fragment(struct super_block *s, long long start_block, int length); +extern struct inode *squashfs_iget(struct super_block *s, squashfs_inode_t inode, unsigned int inode_number); extern struct address_space_operations squashfs_symlink_aops; extern struct address_space_operations squashfs_aops; extern struct address_space_operations squashfs_aops_4K;