X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Fgfs2%2Fops_inode.h;h=fd8cee231e1d87887081ffb2bc2ec4b0d15b03b3;hb=c97bfe4351771675963e02f34d31e206fd2d7150;hp=b15acb4fd34c9bbda673e345c066d74396c2ebb4;hpb=f2f7ba5237e2fe10ba3e328a4f728b9e1ff141da;p=mirror_ubuntu-zesty-kernel.git diff --git a/fs/gfs2/ops_inode.h b/fs/gfs2/ops_inode.h index b15acb4fd34c..fd8cee231e1d 100644 --- a/fs/gfs2/ops_inode.h +++ b/fs/gfs2/ops_inode.h @@ -12,9 +12,15 @@ #include -extern struct inode_operations gfs2_file_iops; -extern struct inode_operations gfs2_dir_iops; -extern struct inode_operations gfs2_symlink_iops; -extern struct inode_operations gfs2_dev_iops; +extern const struct inode_operations gfs2_file_iops; +extern const struct inode_operations gfs2_dir_iops; +extern const struct inode_operations gfs2_symlink_iops; +extern const struct inode_operations gfs2_dev_iops; +extern const struct file_operations gfs2_file_fops; +extern const struct file_operations gfs2_dir_fops; +extern const struct file_operations gfs2_file_fops_nolock; +extern const struct file_operations gfs2_dir_fops_nolock; + +extern void gfs2_set_inode_flags(struct inode *inode); #endif /* __OPS_INODE_DOT_H__ */