freebsd-skq/sys/fs/tmpfs
Konstantin Belousov 7a41bc2f41 In tmpfs_alloc_file(), code after the 'out' label does only 'return
error;'.  Replace goto's with the return.

Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
2014-07-14 09:02:40 +00:00
..
tmpfs_fifoops.c Remove code separator lines which do not conform to style(9). 2014-07-14 08:17:11 +00:00
tmpfs_fifoops.h Remove code separator lines which do not conform to style(9). 2014-07-14 08:17:11 +00:00
tmpfs_subr.c In tmpfs_alloc_file(), code after the 'out' label does only 'return 2014-07-14 09:02:40 +00:00
tmpfs_vfsops.c Remove code separator lines which do not conform to style(9). 2014-07-14 08:17:11 +00:00
tmpfs_vnops.c Add some assertions for the code handling vm_object for tmpfs vnode. 2014-07-14 08:55:02 +00:00
tmpfs_vnops.h Remove code separator lines which do not conform to style(9). 2014-07-14 08:17:11 +00:00
tmpfs.h Add convenience macro to assert tmpfs node lock. 2014-07-14 08:59:25 +00:00