X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Focfs2%2Fnamei.c;h=f7fa52bb3f6b66c2a94d5a1188946f028c1b8a97;hb=7baca6ad0ef09c8a78d798c93a3ce25336e8f50f;hp=f3d7803b4b46f18622cbb6156a25f80fa6b89a82;hpb=c6f4bc211122c86de85a6c93f139319957fd1f8a;p=powerpc.git diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c index f3d7803b4b..f7fa52bb3f 100644 --- a/fs/ocfs2/namei.c +++ b/fs/ocfs2/namei.c @@ -2306,7 +2306,7 @@ leave: return status; } -struct inode_operations ocfs2_dir_iops = { +const struct inode_operations ocfs2_dir_iops = { .create = ocfs2_create, .lookup = ocfs2_lookup, .link = ocfs2_link,