svn commit: r241531 - stable/8/sys/boot/zfs
Andriy Gapon
avg at FreeBSD.org
Sun Oct 14 07:45:47 UTC 2012
Author: avg
Date: Sun Oct 14 07:45:46 2012
New Revision: 241531
URL: http://svn.freebsd.org/changeset/base/241531
Log:
MFC r241290: boot/zfs: a small whitespace cleanup
Modified:
stable/8/sys/boot/zfs/zfs.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/boot/ (props changed)
Modified: stable/8/sys/boot/zfs/zfs.c
==============================================================================
--- stable/8/sys/boot/zfs/zfs.c Sun Oct 14 07:45:40 2012 (r241530)
+++ stable/8/sys/boot/zfs/zfs.c Sun Oct 14 07:45:46 2012 (r241531)
@@ -452,7 +452,7 @@ zfs_dev_open(struct open_file *f, ...)
return (0);
}
-static int
+static int
zfs_dev_close(struct open_file *f)
{
@@ -461,7 +461,7 @@ zfs_dev_close(struct open_file *f)
return (0);
}
-static int
+static int
zfs_dev_strategy(void *devdata, int rw, daddr_t dblk, size_t size, char *buf, size_t *rsize)
{
More information about the svn-src-all
mailing list