X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fisofs%2Fisofs.h;h=e6308c8b57359e728be75de3e23d9e1b2cb974fb;hb=f0eef25339f92f7cd4aeea23d9ae97987a5a1e82;hp=9ce7b51fb6141ea6b82d85687d490c74755591fb;hpb=99805f47dd0ede2e96f2c62c588a0d906811ed6d;p=powerpc.git diff --git a/fs/isofs/isofs.h b/fs/isofs/isofs.h index 9ce7b51fb6..e6308c8b57 100644 --- a/fs/isofs/isofs.h +++ b/fs/isofs/isofs.h @@ -47,6 +47,8 @@ struct isofs_sb_info { unsigned char s_nosuid; unsigned char s_nodev; unsigned char s_nocompress; + unsigned char s_hide; + unsigned char s_showassoc; mode_t s_mode; gid_t s_gid; @@ -173,18 +175,6 @@ isofs_normalize_block_and_offset(struct iso_directory_record* de, } extern struct inode_operations isofs_dir_inode_operations; -extern struct file_operations isofs_dir_operations; -extern struct address_space_operations isofs_symlink_aops; +extern const struct file_operations isofs_dir_operations; +extern const struct address_space_operations isofs_symlink_aops; extern struct export_operations isofs_export_ops; - -/* The following macros are used to check for memory leaks. */ -#ifdef LEAK_CHECK -#define free_s leak_check_free_s -#define malloc leak_check_malloc -#define sb_bread leak_check_bread -#define brelse leak_check_brelse -extern void * leak_check_malloc(unsigned int size); -extern void leak_check_free_s(void * obj, int size); -extern struct buffer_head * leak_check_bread(struct super_block *sb, int block); -extern void leak_check_brelse(struct buffer_head * bh); -#endif /* LEAK_CHECK */