]> git.baikalelectronics.ru Git - kernel.git/commit
fs: Readd the fs module aliases.
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 13 Mar 2013 01:27:41 +0000 (18:27 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 13 Mar 2013 01:55:21 +0000 (18:55 -0700)
commit9e1791fc2419f98112cd2f2c778748efd5cdad98
tree75cea4b4e4d0fcf6a4c0d4914993d85623fc3061
parent9dc95ffffacd70ea33a5b4cf9667122bf0d0efec
fs: Readd the fs module aliases.

I had assumed that the only use of module aliases for filesystems
prior to "fs: Limit sys_mount to only request filesystem modules."
was in request_module.  It turns out I was wrong.  At least mkinitcpio
in Arch linux uses these aliases.

So readd the preexising aliases, to keep from breaking userspace.

Userspace eventually will have to follow and use the same aliases the
kernel does.  So at some point we may be delete these aliases without
problems.  However that day is not today.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/ext4/super.c
fs/freevxfs/vxfs_super.c
fs/isofs/inode.c
fs/nfs/super.c
fs/sysv/super.c
net/sunrpc/rpc_pipe.c