X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Focfs2%2Ffile.h;fp=fs%2Focfs2%2Ffile.h;h=a5ea33b2406072d43cc61d637ba6121652497d42;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=740c9e7ca5993b5fd86ab9fefa1a55cdacbb9a21;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/fs/ocfs2/file.h b/fs/ocfs2/file.h index 740c9e7ca..a5ea33b24 100644 --- a/fs/ocfs2/file.h +++ b/fs/ocfs2/file.h @@ -26,8 +26,8 @@ #ifndef OCFS2_FILE_H #define OCFS2_FILE_H -extern const struct file_operations ocfs2_fops; -extern const struct file_operations ocfs2_dops; +extern struct file_operations ocfs2_fops; +extern struct file_operations ocfs2_dops; extern struct inode_operations ocfs2_file_iops; extern struct inode_operations ocfs2_special_file_iops; struct ocfs2_alloc_context;