Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27817
b: refs/heads/master
c: 652ecc2
h: refs/heads/master
i:
  27815: e17ec0a
v: v3
  • Loading branch information
KaiGai Kohei committed May 13, 2006
1 parent 8eb0ae1 commit 9d616ad
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 53 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4470d0409bfe093abbf965dcc97e5c1450c80afb
refs/heads/master: 652ecc20d1f5b4fd745c185c940e5b3afb2a0711
15 changes: 8 additions & 7 deletions trunk/fs/jffs2/acl.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
/*-------------------------------------------------------------------------*
* File: fs/jffs2/acl.c
* POSIX ACL support on JFFS2 FileSystem
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Implemented by KaiGai Kohei <kaigai@ak.jp.nec.com>
* Copyright (C) 2006 NEC Corporation
* Copyright (C) 2006 NEC Corporation
*
* For licensing information, see the file 'LICENCE' in the jffs2 directory.
*-------------------------------------------------------------------------*/
* Created by KaiGai Kohei <kaigai@ak.jp.nec.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
*/
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/fs.h>
Expand Down
15 changes: 8 additions & 7 deletions trunk/fs/jffs2/acl.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
/*-------------------------------------------------------------------------*
* File: fs/jffs2/acl.h
* POSIX ACL support on JFFS2 FileSystem
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Implemented by KaiGai Kohei <kaigai@ak.jp.nec.com>
* Copyright (C) 2006 NEC Corporation
* Copyright (C) 2006 NEC Corporation
*
* For licensing information, see the file 'LICENCE' in the jffs2 directory.
*-------------------------------------------------------------------------*/
* Created by KaiGai Kohei <kaigai@ak.jp.nec.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
*/
struct jffs2_acl_entry {
jint16_t e_tag;
jint16_t e_perm;
Expand Down
16 changes: 8 additions & 8 deletions trunk/fs/jffs2/security.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*-------------------------------------------------------------------------*
* File: fs/jffs2/security.c
* Security Labels support on JFFS2 FileSystem
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Implemented by KaiGai Kohei <kaigai@ak.jp.nec.com>
* Copyright (C) 2006 NEC Corporation
* Copyright (C) 2006 NEC Corporation
*
* For licensing information, see the file 'LICENCE' in the jffs2 directory.
*-------------------------------------------------------------------------*/

* Created by KaiGai Kohei <kaigai@ak.jp.nec.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
*/
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/fs.h>
Expand Down
16 changes: 8 additions & 8 deletions trunk/fs/jffs2/xattr.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* -------------------------------------------------------------------------
* File: fs/jffs2/xattr.c
* XATTR support on JFFS2 FileSystem
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Implemented by KaiGai Kohei <kaigai@ak.jp.nec.com>
* Copyright (C) 2006 NEC Corporation
* Copyright (C) 2006 NEC Corporation
*
* For licensing information, see the file 'LICENCE' in the jffs2 directory.
* ------------------------------------------------------------------------- */

* Created by KaiGai Kohei <kaigai@ak.jp.nec.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
*/
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/fs.h>
Expand Down
16 changes: 8 additions & 8 deletions trunk/fs/jffs2/xattr.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*-------------------------------------------------------------------------*
* File: fs/jffs2/xattr.c
* XATTR support on JFFS2 FileSystem
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Implemented by KaiGai Kohei <kaigai@ak.jp.nec.com>
* Copyright (C) 2006 NEC Corporation
* Copyright (C) 2006 NEC Corporation
*
* For licensing information, see the file 'LICENCE' in the jffs2 directory.
*-------------------------------------------------------------------------*/

* Created by KaiGai Kohei <kaigai@ak.jp.nec.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
*/
#ifndef _JFFS2_FS_XATTR_H_
#define _JFFS2_FS_XATTR_H_

Expand Down
15 changes: 8 additions & 7 deletions trunk/fs/jffs2/xattr_trusted.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
/*-------------------------------------------------------------------------*
* File: fs/jffs2/xattr_trusted.c
* XATTR support on JFFS2 FileSystem
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Implemented by KaiGai Kohei <kaigai@ak.jp.nec.com>
* Copyright (C) 2006 NEC Corporation
* Copyright (C) 2006 NEC Corporation
*
* For licensing information, see the file 'LICENCE' in the jffs2 directory.
*-------------------------------------------------------------------------*/
* Created by KaiGai Kohei <kaigai@ak.jp.nec.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
*/
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/jffs2.h>
Expand Down
15 changes: 8 additions & 7 deletions trunk/fs/jffs2/xattr_user.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
/*-------------------------------------------------------------------------*
* File: fs/jffs2/xattr_user.c
* XATTR support on JFFS2 FileSystem
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Implemented by KaiGai Kohei <kaigai@ak.jp.nec.com>
* Copyright (C) 2006 NEC Corporation
* Copyright (C) 2006 NEC Corporation
*
* For licensing information, see the file 'LICENCE' in the jffs2 directory.
*-------------------------------------------------------------------------*/
* Created by KaiGai Kohei <kaigai@ak.jp.nec.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
*/
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/jffs2.h>
Expand Down

0 comments on commit 9d616ad

Please sign in to comment.