X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fdebugfs%2Finode.c;h=d44d24987915e3fe00c07c4165a377b90c8fdbc1;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=b55b4ea9a67675a92377ffeb4a12ab9542ed8ca6;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c index b55b4ea9a..d44d24987 100644 --- a/fs/debugfs/inode.c +++ b/fs/debugfs/inode.c @@ -192,7 +192,7 @@ static int debugfs_create_by_name(const char *name, mode_t mode, */ struct dentry *debugfs_create_file(const char *name, mode_t mode, struct dentry *parent, void *data, - const struct file_operations *fops) + struct file_operations *fops) { struct dentry *dentry = NULL; int error;