X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fsysv%2Fnamei.c;h=6bd850b7641ae58bb1dd726c5ffb40fef0e0d595;hb=83ae1b79c898838e16ac8cde69b39d22d36fb035;hp=f7c08db8e34c80225000cd10b7722e5d8ef82eb6;hpb=c730f5b621afa33e9f4939da9078669162ebff4e;p=powerpc.git diff --git a/fs/sysv/namei.c b/fs/sysv/namei.c index f7c08db8e3..6bd850b764 100644 --- a/fs/sysv/namei.c +++ b/fs/sysv/namei.c @@ -13,7 +13,6 @@ */ #include -#include #include "sysv.h" static int add_nondir(struct dentry *dentry, struct inode *inode) @@ -292,7 +291,7 @@ out: /* * directories can handle most operations... */ -struct inode_operations sysv_dir_inode_operations = { +const struct inode_operations sysv_dir_inode_operations = { .create = sysv_create, .lookup = sysv_lookup, .link = sysv_link,