freebsd-skq/sys/fs/nwfs
Ed Schouten dc15eac046 Use strchr() and strrchr().
It seems strchr() and strrchr() are used more often than index() and
rindex(). Therefore, simply migrate all kernel code to use it.

For the XFS code, remove an empty line to make the code identical to
the code in the Linux kernel.
2012-01-02 12:12:10 +00:00
..
nwfs_io.c Rename vm_page_set_valid() to vm_page_set_valid_range(). 2011-11-30 17:39:00 +00:00
nwfs_ioctl.c Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
nwfs_mount.h Remove MALLOC_DECLAREs of nonexisting malloc-pools. 2011-11-06 20:16:50 +00:00
nwfs_node.c Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and 2010-08-20 19:46:50 +00:00
nwfs_node.h Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
nwfs_subr.c Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
nwfs_subr.h Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
nwfs_vfsops.c Use strchr() and strrchr(). 2012-01-02 12:12:10 +00:00
nwfs_vnops.c Remove unused includes of <sys/mutex.h> and <machine/mutex.h>. 2010-11-09 20:41:10 +00:00
nwfs.h Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00