X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fjffs2%2Fsymlink.c;h=b7339c3b6ad9d7d62d51d9653371f3602182e264;hb=1c0c8461191d6d74926397abe2aa5f7cc9fd5a67;hp=b90d5aa3d96972a14fbd144c933cd894a4df69ca;hpb=b7e72ba03be900a7b2e7b3b02e1bb646dff03c46;p=powerpc.git diff --git a/fs/jffs2/symlink.c b/fs/jffs2/symlink.c index b90d5aa3d9..b7339c3b6a 100644 --- a/fs/jffs2/symlink.c +++ b/fs/jffs2/symlink.c @@ -1,17 +1,14 @@ /* * JFFS2 -- Journalling Flash File System, Version 2. * - * Copyright (C) 2001, 2002 Red Hat, Inc. + * Copyright © 2001-2007 Red Hat, Inc. * * Created by David Woodhouse * * For licensing information, see the file 'LICENCE' in this directory. * - * $Id: symlink.c,v 1.19 2005/11/07 11:14:42 gleixner Exp $ - * */ - #include #include #include @@ -20,7 +17,7 @@ static void *jffs2_follow_link(struct dentry *dentry, struct nameidata *nd); -struct inode_operations jffs2_symlink_inode_operations = +const struct inode_operations jffs2_symlink_inode_operations = { .readlink = generic_readlink, .follow_link = jffs2_follow_link,