Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220028
b: refs/heads/master
c: db7bee2
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Greg Kroah-Hartman committed Oct 5, 2010
1 parent d5e62b6 commit 5c0e081
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 12 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: d95ec7e2fd5cebf2f1caf3f572fa5e0a820ac5b1
refs/heads/master: db7bee24d23d82cc55c7cbc9a1f82d07066d6fce
4 changes: 2 additions & 2 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -3314,8 +3314,8 @@ F: Documentation/kdump/
KERNEL AUTOMOUNTER (AUTOFS)
M: "H. Peter Anvin" <hpa@zytor.com>
L: autofs@linux.kernel.org
S: Odd Fixes
F: fs/autofs/
S: Obsolete
F: drivers/staging/autofs/

KERNEL AUTOMOUNTER v4 (AUTOFS4)
M: Ian Kent <raven@themaw.net>
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ source "drivers/staging/dream/Kconfig"

source "drivers/staging/pohmelfs/Kconfig"

source "drivers/staging/autofs/Kconfig"

source "drivers/staging/phison/Kconfig"

source "drivers/staging/line6/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ obj-$(CONFIG_SPECTRA) += spectra/
obj-$(CONFIG_TRANZPORT) += frontier/
obj-$(CONFIG_DREAM) += dream/
obj-$(CONFIG_POHMELFS) += pohmelfs/
obj-$(CONFIG_AUTOFS_FS) += autofs/
obj-$(CONFIG_IDE_PHISON) += phison/
obj-$(CONFIG_LINE6_USB) += line6/
obj-$(CONFIG_USB_SERIAL_QUATECH2) += serqt_usb2/
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- linux-c -*- ------------------------------------------------------- *
*
* linux/fs/autofs/autofs_i.h
* drivers/staging/autofs/autofs_i.h
*
* Copyright 1997-1998 Transmeta Corporation - All Rights Reserved
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- linux-c -*- --------------------------------------------------------- *
*
* linux/fs/autofs/dirhash.c
* drivers/staging/autofs/dirhash.c
*
* Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- linux-c -*- --------------------------------------------------------- *
*
* linux/fs/autofs/init.c
* drivers/staging/autofs/init.c
*
* Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- linux-c -*- --------------------------------------------------------- *
*
* linux/fs/autofs/inode.c
* drivers/staging/autofs/inode.c
*
* Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- linux-c -*- --------------------------------------------------------- *
*
* linux/fs/autofs/root.c
* drivers/staging/autofs/root.c
*
* Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- linux-c -*- --------------------------------------------------------- *
*
* linux/fs/autofs/symlink.c
* drivers/staging/autofs/symlink.c
*
* Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- linux-c -*- --------------------------------------------------------- *
*
* linux/fs/autofs/waitq.c
* drivers/staging/autofs/waitq.c
*
* Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved
*
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ source "fs/notify/Kconfig"

source "fs/quota/Kconfig"

source "fs/autofs/Kconfig"
source "fs/autofs4/Kconfig"
source "fs/fuse/Kconfig"

Expand Down
1 change: 0 additions & 1 deletion trunk/fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ obj-$(CONFIG_UBIFS_FS) += ubifs/
obj-$(CONFIG_AFFS_FS) += affs/
obj-$(CONFIG_ROMFS_FS) += romfs/
obj-$(CONFIG_QNX4FS_FS) += qnx4/
obj-$(CONFIG_AUTOFS_FS) += autofs/
obj-$(CONFIG_AUTOFS4_FS) += autofs4/
obj-$(CONFIG_ADFS_FS) += adfs/
obj-$(CONFIG_FUSE_FS) += fuse/
Expand Down

0 comments on commit 5c0e081

Please sign in to comment.