|
@@ -705,7 +705,7 @@ extern const struct address_space_operations ll_aops;
|
|
extern struct file_operations ll_file_operations;
|
|
extern struct file_operations ll_file_operations;
|
|
extern struct file_operations ll_file_operations_flock;
|
|
extern struct file_operations ll_file_operations_flock;
|
|
extern struct file_operations ll_file_operations_noflock;
|
|
extern struct file_operations ll_file_operations_noflock;
|
|
-extern struct inode_operations ll_file_inode_operations;
|
|
|
|
|
|
+extern const struct inode_operations ll_file_inode_operations;
|
|
int ll_have_md_lock(struct inode *inode, __u64 *bits,
|
|
int ll_have_md_lock(struct inode *inode, __u64 *bits,
|
|
ldlm_mode_t l_req_mode);
|
|
ldlm_mode_t l_req_mode);
|
|
ldlm_mode_t ll_take_md_lock(struct inode *inode, __u64 bits,
|
|
ldlm_mode_t ll_take_md_lock(struct inode *inode, __u64 bits,
|
|
@@ -805,7 +805,7 @@ struct inode *search_inode_for_lustre(struct super_block *sb,
|
|
const struct lu_fid *fid);
|
|
const struct lu_fid *fid);
|
|
|
|
|
|
/* llite/symlink.c */
|
|
/* llite/symlink.c */
|
|
-extern struct inode_operations ll_fast_symlink_inode_operations;
|
|
|
|
|
|
+extern const struct inode_operations ll_fast_symlink_inode_operations;
|
|
|
|
|
|
/* llite/llite_close.c */
|
|
/* llite/llite_close.c */
|
|
struct ll_close_queue {
|
|
struct ll_close_queue {
|