X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fhpfs%2Fnamei.c;h=d256559b4104c5ff90370a6d6690e40935c6f1b8;hb=6924d1ab8b7bbe5ab416713f5701b3316b2df85b;hp=2507e7393f3c6733ebda781bfea8be1d8459e927;hpb=b4a9071af62f95dc6d22040a0b37ac7225ce4d54;p=linux-2.6 diff --git a/fs/hpfs/namei.c b/fs/hpfs/namei.c index 2507e7393f..d256559b41 100644 --- a/fs/hpfs/namei.c +++ b/fs/hpfs/namei.c @@ -5,7 +5,7 @@ * * adding & removing files & directories */ - +#include #include "hpfs_fn.h" static int hpfs_mkdir(struct inode *dir, struct dentry *dentry, int mode) @@ -659,7 +659,7 @@ end1: return err; } -struct inode_operations hpfs_dir_iops = +const struct inode_operations hpfs_dir_iops = { .create = hpfs_create, .lookup = hpfs_lookup,