X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fjffs2%2Fsecurity.c;h=02c39c64ecb391e734d18362aa074b5ea2a401db;hb=6aa5fc434958d15a4d66d922d0416dfb03c07def;hp=4b6c3b22524f41f5a649acaeadd2615a9098cede;hpb=aa98d7cf59b5b0764d3502662053489585faf2fe;p=linux-2.6 diff --git a/fs/jffs2/security.c b/fs/jffs2/security.c index 4b6c3b2252..02c39c64ec 100644 --- a/fs/jffs2/security.c +++ b/fs/jffs2/security.c @@ -1,12 +1,13 @@ -/*-------------------------------------------------------------------------* - * File: fs/jffs2/security.c - * Security Labels support on JFFS2 FileSystem +/* + * JFFS2 -- Journalling Flash File System, Version 2. * - * Implemented by KaiGai Kohei - * Copyright (C) 2006 NEC Corporation + * Copyright © 2006 NEC Corporation * - * For licensing information, see the file 'LICENCE' in the jffs2 directory. - *-------------------------------------------------------------------------*/ + * Created by KaiGai Kohei + * + * For licensing information, see the file 'LICENCE' in this directory. + * + */ #include #include @@ -37,9 +38,9 @@ int jffs2_init_security(struct inode *inode, struct inode *dir) } rc = do_jffs2_setxattr(inode, JFFS2_XPREFIX_SECURITY, name, value, len, 0); - kfree(name); - kfree(value); - return rc; + kfree(name); + kfree(value); + return rc; } /* ---- XATTR Handler for "security.*" ----------------- */