svn commit: r241530 - stable/9/sys/boot/zfs
Andriy Gapon
avg at FreeBSD.org
Sun Oct 14 07:45:41 UTC 2012
Author: avg
Date: Sun Oct 14 07:45:40 2012
New Revision: 241530
URL: http://svn.freebsd.org/changeset/base/241530
Log:
MFC r241290: boot/zfs: a small whitespace cleanup
Modified:
stable/9/sys/boot/zfs/zfs.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/boot/ (props changed)
Modified: stable/9/sys/boot/zfs/zfs.c
==============================================================================
--- stable/9/sys/boot/zfs/zfs.c Sun Oct 14 07:28:42 2012 (r241529)
+++ stable/9/sys/boot/zfs/zfs.c Sun Oct 14 07:45:40 2012 (r241530)
@@ -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-stable-9
mailing list