Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68007
b: refs/heads/master
c: 6d66f5c
h: refs/heads/master
i:
  68005: 20feb3b
  68003: 01228e3
  67999: 4ec373f
v: v3
  • Loading branch information
Tejun Heo authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent cdafdc2 commit f96ad29
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 8 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: f0e7e1bd77d450ebfa12153b90f93ad46616ab4a
refs/heads/master: 6d66f5cd26e4c482e986130b7572f2735a0f7e8b
8 changes: 7 additions & 1 deletion trunk/fs/sysfs/bin.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
/*
* bin.c - binary file operations for sysfs.
* fs/sysfs/bin.c - sysfs binary file implementation
*
* Copyright (c) 2003 Patrick Mochel
* Copyright (c) 2003 Matthew Wilcox
* Copyright (c) 2004 Silicon Graphics, Inc.
* Copyright (c) 2007 SUSE Linux Products GmbH
* Copyright (c) 2007 Tejun Heo <teheo@suse.de>
*
* This file is released under the GPLv2.
*
* Please see Documentation/filesystems/sysfs.txt for more information.
*/

#undef DEBUG
Expand Down
10 changes: 9 additions & 1 deletion trunk/fs/sysfs/dir.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
/*
* dir.c - Operations for sysfs directories.
* fs/sysfs/dir.c - sysfs core and dir operation implementation
*
* Copyright (c) 2001-3 Patrick Mochel
* Copyright (c) 2007 SUSE Linux Products GmbH
* Copyright (c) 2007 Tejun Heo <teheo@suse.de>
*
* This file is released under the GPLv2.
*
* Please see Documentation/filesystems/sysfs.txt for more information.
*/

#undef DEBUG
Expand Down
10 changes: 9 additions & 1 deletion trunk/fs/sysfs/file.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
/*
* file.c - operations for regular (text) files.
* fs/sysfs/file.c - sysfs regular (text) file implementation
*
* Copyright (c) 2001-3 Patrick Mochel
* Copyright (c) 2007 SUSE Linux Products GmbH
* Copyright (c) 2007 Tejun Heo <teheo@suse.de>
*
* This file is released under the GPLv2.
*
* Please see Documentation/filesystems/sysfs.txt for more information.
*/

#include <linux/module.h>
Expand Down
8 changes: 6 additions & 2 deletions trunk/fs/sysfs/inode.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
/*
* inode.c - basic inode and dentry operations.
* fs/sysfs/inode.c - basic sysfs inode and dentry operations
*
* sysfs is Copyright (c) 2001-3 Patrick Mochel
* Copyright (c) 2001-3 Patrick Mochel
* Copyright (c) 2007 SUSE Linux Products GmbH
* Copyright (c) 2007 Tejun Heo <teheo@suse.de>
*
* This file is released under the GPLv2.
*
* Please see Documentation/filesystems/sysfs.txt for more information.
*/
Expand Down
10 changes: 9 additions & 1 deletion trunk/fs/sysfs/mount.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
/*
* mount.c - operations for initializing and mounting sysfs.
* fs/sysfs/symlink.c - operations for initializing and mounting sysfs
*
* Copyright (c) 2001-3 Patrick Mochel
* Copyright (c) 2007 SUSE Linux Products GmbH
* Copyright (c) 2007 Tejun Heo <teheo@suse.de>
*
* This file is released under the GPLv2.
*
* Please see Documentation/filesystems/sysfs.txt for more information.
*/

#define DEBUG
Expand Down
10 changes: 9 additions & 1 deletion trunk/fs/sysfs/symlink.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
/*
* symlink.c - operations for sysfs symlinks.
* fs/sysfs/symlink.c - sysfs symlink implementation
*
* Copyright (c) 2001-3 Patrick Mochel
* Copyright (c) 2007 SUSE Linux Products GmbH
* Copyright (c) 2007 Tejun Heo <teheo@suse.de>
*
* This file is released under the GPLv2.
*
* Please see Documentation/filesystems/sysfs.txt for more information.
*/

#include <linux/fs.h>
Expand Down
10 changes: 10 additions & 0 deletions trunk/fs/sysfs/sysfs.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* fs/sysfs/sysfs.h - sysfs internal header file
*
* Copyright (c) 2001-3 Patrick Mochel
* Copyright (c) 2007 SUSE Linux Products GmbH
* Copyright (c) 2007 Tejun Heo <teheo@suse.de>
*
* This file is released under the GPLv2.
*/

struct sysfs_open_dirent;

/* type-specific structures for sysfs_dirent->s_* union members */
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/sysfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
*
* Copyright (c) 2001,2002 Patrick Mochel
* Copyright (c) 2004 Silicon Graphics, Inc.
* Copyright (c) 2007 SUSE Linux Products GmbH
* Copyright (c) 2007 Tejun Heo <teheo@suse.de>
*
* Please see Documentation/filesystems/sysfs.txt for more information.
*/
Expand Down

0 comments on commit f96ad29

Please sign in to comment.