https://github.com/torvalds/linux
Revision fce7fc79c8f7188dfc5eafa1b937bcc3c5a4c2f5 authored by Linus Torvalds on 26 March 2014, 00:43:34 UTC, committed by Linus Torvalds on 26 March 2014, 00:43:34 UTC
The previous commit removed the register_filesystem() call and the
associated error handling, but left the label for the error path that no
longer exists.  Remove that too.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent d6f2589
Raw File
Tip revision: fce7fc79c8f7188dfc5eafa1b937bcc3c5a4c2f5 authored by Linus Torvalds on 26 March 2014, 00:43:34 UTC
fs: remove now stale label in anon_inode_init()
Tip revision: fce7fc7
Makefile
#
# Makefile for the Linux Rose (X.25 PLP) layer.
#

obj-$(CONFIG_ROSE) += rose.o

rose-y	  := af_rose.o rose_dev.o rose_in.o rose_link.o rose_loopback.o \
	     rose_out.o rose_route.o rose_subr.o rose_timer.o
rose-$(CONFIG_SYSCTL) += sysctl_net_rose.o
back to top