]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/compat.c
smbfs: move to drivers/staging
authorArnd Bergmann <arnd@arndb.de>
Mon, 4 Oct 2010 20:55:57 +0000 (22:55 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Oct 2010 16:08:21 +0000 (09:08 -0700)
commit2116b7a473bf1c8d26998b477c294e7fe294921f
tree5f06aca6b425916f763d83fa4516bca51c8f9a60
parent5af74aa5e97fcc0cc3955bc2a7ff6f3a13fa41cb
smbfs: move to drivers/staging

smbfs has been scheduled for removal in 2.6.27, so
maybe we can now move it to drivers/staging on the
way out.

smbfs still uses the big kernel lock and nobody
is going to fix that, so we should be getting
rid of it soon.

This removes the 32 bit compat mount and ioctl
handling code, which is implemented in common fs
code, and moves all smbfs related files into
drivers/staging/smbfs.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
58 files changed:
Documentation/filesystems/00-INDEX
Documentation/filesystems/smbfs.txt [deleted file]
Documentation/ioctl/ioctl-number.txt
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/smbfs/Kconfig [new file with mode: 0644]
drivers/staging/smbfs/Makefile [new file with mode: 0644]
drivers/staging/smbfs/TODO [new file with mode: 0644]
drivers/staging/smbfs/cache.c [new file with mode: 0644]
drivers/staging/smbfs/dir.c [new file with mode: 0644]
drivers/staging/smbfs/file.c [new file with mode: 0644]
drivers/staging/smbfs/getopt.c [new file with mode: 0644]
drivers/staging/smbfs/getopt.h [new file with mode: 0644]
drivers/staging/smbfs/inode.c [new file with mode: 0644]
drivers/staging/smbfs/ioctl.c [new file with mode: 0644]
drivers/staging/smbfs/proc.c [new file with mode: 0644]
drivers/staging/smbfs/proto.h [new file with mode: 0644]
drivers/staging/smbfs/request.c [new file with mode: 0644]
drivers/staging/smbfs/request.h [new file with mode: 0644]
drivers/staging/smbfs/smb.h [new file with mode: 0644]
drivers/staging/smbfs/smb_debug.h [new file with mode: 0644]
drivers/staging/smbfs/smb_fs.h [new file with mode: 0644]
drivers/staging/smbfs/smb_fs_i.h [new file with mode: 0644]
drivers/staging/smbfs/smb_fs_sb.h [new file with mode: 0644]
drivers/staging/smbfs/smb_mount.h [new file with mode: 0644]
drivers/staging/smbfs/smbfs.txt [new file with mode: 0644]
drivers/staging/smbfs/smbiod.c [new file with mode: 0644]
drivers/staging/smbfs/smbno.h [new file with mode: 0644]
drivers/staging/smbfs/sock.c [new file with mode: 0644]
drivers/staging/smbfs/symlink.c [new file with mode: 0644]
fs/Kconfig
fs/Makefile
fs/compat.c
fs/compat_ioctl.c
fs/smbfs/Kconfig [deleted file]
fs/smbfs/Makefile [deleted file]
fs/smbfs/cache.c [deleted file]
fs/smbfs/dir.c [deleted file]
fs/smbfs/file.c [deleted file]
fs/smbfs/getopt.c [deleted file]
fs/smbfs/getopt.h [deleted file]
fs/smbfs/inode.c [deleted file]
fs/smbfs/ioctl.c [deleted file]
fs/smbfs/proc.c [deleted file]
fs/smbfs/proto.h [deleted file]
fs/smbfs/request.c [deleted file]
fs/smbfs/request.h [deleted file]
fs/smbfs/smb_debug.h [deleted file]
fs/smbfs/smbiod.c [deleted file]
fs/smbfs/sock.c [deleted file]
fs/smbfs/symlink.c [deleted file]
include/linux/Kbuild
include/linux/smb.h [deleted file]
include/linux/smb_fs.h [deleted file]
include/linux/smb_fs_i.h [deleted file]
include/linux/smb_fs_sb.h [deleted file]
include/linux/smb_mount.h [deleted file]
include/linux/smbno.h [deleted file]